about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <eduardosm-dev@e64.io>2023-10-30 13:16:34 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2023-10-31 02:20:17 +0100
commit936583f12c53330e6f1e5f750f5ea55e91ec6889 (patch)
tree715fb37f5f46acd92cc76de325281d75f8903399 /library/stdarch/crates/std_detect
parentd2674ea2fe4eed05e2f9d737eea583c403ba9823 (diff)
downloadrust-936583f12c53330e6f1e5f750f5ea55e91ec6889.tar.gz
rust-936583f12c53330e6f1e5f750f5ea55e91ec6889.zip
Do not deny `clippy::missing_inline_in_public_items` in std_detect
Diffstat (limited to 'library/stdarch/crates/std_detect')
-rw-r--r--library/stdarch/crates/std_detect/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/lib.rs b/library/stdarch/crates/std_detect/src/lib.rs
index 5862ada21db..ac9074eaea7 100644
--- a/library/stdarch/crates/std_detect/src/lib.rs
+++ b/library/stdarch/crates/std_detect/src/lib.rs
@@ -16,7 +16,6 @@
 #![feature(staged_api, doc_cfg, allow_internal_unstable)]
 #![deny(rust_2018_idioms)]
 #![allow(clippy::shadow_reuse)]
-#![deny(clippy::missing_inline_in_public_items)]
 #![cfg_attr(test, allow(unused_imports))]
 #![no_std]
 #![allow(internal_features)]