Skip to content

Commit aaa0114

Browse files
committed
Allow unused macros in generated test code
1 parent 54d6262 commit aaa0114

File tree

1 file changed

+1
-1
lines changed
  • libmimalloc-sys/sys-test/src

1 file changed

+1
-1
lines changed

libmimalloc-sys/sys-test/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(bad_style, unused_imports, clippy::all)]
1+
#![allow(bad_style, unused_imports, unused_macros, clippy::all)]
22

33
use libmimalloc_sys::*;
44

0 commit comments

Comments
 (0)