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.
clippy::missing_inline_in_public_items
1 parent 8e6bf82 commit cecead1Copy full SHA for cecead1
crates/std_detect/src/lib.rs
@@ -16,7 +16,6 @@
16
#![feature(staged_api, doc_cfg, allow_internal_unstable)]
17
#![deny(rust_2018_idioms)]
18
#![allow(clippy::shadow_reuse)]
19
-#![deny(clippy::missing_inline_in_public_items)]
20
#![cfg_attr(test, allow(unused_imports))]
21
#![no_std]
22
#![allow(internal_features)]
0 commit comments