mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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