We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b4865 commit 8004cfbCopy full SHA for 8004cfb
src/lib.rs
@@ -12,6 +12,7 @@
12
#![deny(missing_copy_implementations)]
13
#![deny(missing_debug_implementations)]
14
#![warn(missing_docs)]
15
+#![allow(clippy::if_then_panic)] // Too pedantic
16
17
// Re-exported external crates
18
pub use libc;
test/test.rs
@@ -1,3 +1,5 @@
1
2
+
3
#[macro_use]
4
extern crate cfg_if;
5
#[cfg_attr(not(target_os = "redox"), macro_use)]
0 commit comments