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 bc006b7 commit 3ee436eCopy full SHA for 3ee436e
src/lib.rs
@@ -1,9 +1,7 @@
1
//! Utilities for pinning
2
3
#![no_std]
4
-#![warn(missing_docs, missing_debug_implementations)]
5
-#![deny(bare_trait_objects)]
6
-#![allow(unknown_lints)]
+#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
7
8
#[macro_use]
9
mod stack_pin;
0 commit comments