Rust: Fix unused import warning in RustOnly test

This commit is contained in:
Baudouin Feildel
2026-03-22 20:59:12 +01:00
parent 1eb36153b4
commit d0e39096b6

View File

@@ -17,5 +17,6 @@ fn main() {
unsafe { liba_greet() };
unsafe { libb_greet() };
libc_greet();
libd_greet();
unsafe { libe_greet() };
}