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 361a072 commit ec25e61Copy full SHA for ec25e61
src/lib.rs
@@ -1,5 +1,9 @@
1
#![deny(unsafe_code)]
2
-#![cfg_attr(feature = "nightly", feature(allow_internal_unstable))]
+#![cfg_attr(
3
+ feature = "nightly",
4
+ feature(allow_internal_unstable),
5
+ allow(internal_features)
6
+)]
7
#![allow(clippy::tabs_in_doc_comments)]
8
#![warn(clippy::cargo, clippy::missing_docs_in_private_items)]
9
#![cfg_attr(doc, allow(unknown_lints), warn(rustdoc::all))]
0 commit comments