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 f8b10c6 + c8b541a commit 6dcadbfCopy full SHA for 6dcadbf
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