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.
2 parents 4715bb3 + e6ee260 commit 2ec3abbCopy full SHA for 2ec3abb
src/lib.rs
@@ -35,7 +35,7 @@ extern crate log;
35
pub mod error;
36
#[macro_use]
37
pub mod common;
38
-#[allow(clippy::type_complexity, clippy::too_many_arguments)]
+#[allow(soft_unstable, clippy::type_complexity, clippy::too_many_arguments)]
39
mod compiled {
40
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
41
}
0 commit comments