mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-30 19:57:41 +00:00
Rust: Fix unused import warning in RustOnly test
This commit is contained in:
@@ -17,5 +17,6 @@ fn main() {
|
||||
unsafe { liba_greet() };
|
||||
unsafe { libb_greet() };
|
||||
libc_greet();
|
||||
libd_greet();
|
||||
unsafe { libe_greet() };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user