Skip to content

Commit 332ba16

Browse files
committed
cross-checks: rust-checks: Fix no_mangle warning
1 parent e4cda87 commit 332ba16

File tree

1 file changed

+0
-1
lines changed
  • cross-checks/rust-checks/runtime/src

1 file changed

+0
-1
lines changed

cross-checks/rust-checks/runtime/src/xcheck.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ unsafe fn rb_xcheck(tag: u8, val: u64) {
4747
// This is the only approach that requires that libclevrbuf.so is linked in
4848
#[cfg(not(any(feature = "xcheck-with-dlsym", feature = "xcheck-with-weak")))]
4949
extern "C" {
50-
#[no_mangle]
5150
fn rb_xcheck(tag: u8, val: u64);
5251
}
5352

0 commit comments

Comments
 (0)