Skip to content

Commit cecead1

Browse files
eduardosmAmanieu
authored andcommitted
Do not deny clippy::missing_inline_in_public_items in std_detect
1 parent 8e6bf82 commit cecead1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/std_detect/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#![feature(staged_api, doc_cfg, allow_internal_unstable)]
1717
#![deny(rust_2018_idioms)]
1818
#![allow(clippy::shadow_reuse)]
19-
#![deny(clippy::missing_inline_in_public_items)]
2019
#![cfg_attr(test, allow(unused_imports))]
2120
#![no_std]
2221
#![allow(internal_features)]

0 commit comments

Comments
 (0)