Skip to content

Commit 8d0c991

Browse files
committed
Fix CI
1 parent 4be9db5 commit 8d0c991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
all(not(feature = "std"), feature = "alloc_handler"),
1111
feature(alloc_error_handler)
1212
)]
13+
#![allow(unknown_lints)]
14+
#![allow(renamed_and_removed_lints)]
15+
#![allow(unexpected_cfgs)]
1316

1417
pub use bindings::*;
1518
pub use error::*;

0 commit comments

Comments
 (0)