about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYotam Ofek <yotamofek@microsoft.com>2025-06-28 19:13:25 +0000
committerYotam Ofek <yotamofek@microsoft.com>2025-06-28 19:13:25 +0000
commit09e4ee5fbcaf292bfa56bcf39511077b0d199095 (patch)
tree4d39e197d890daa0d9e41cc61c7f0f0fe7490027
parent7ba34c704529e7fcab80130c3fe40efe415d61b5 (diff)
downloadrust-09e4ee5fbcaf292bfa56bcf39511077b0d199095.tar.gz
rust-09e4ee5fbcaf292bfa56bcf39511077b0d199095.zip
librustdoc: remove unneeded `#[allow]`s
-rw-r--r--src/librustdoc/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 025c135aff2..f10e7acf984 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -20,9 +20,6 @@
 #![feature(type_ascription)]
 #![recursion_limit = "256"]
 #![warn(rustc::internal)]
-#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
-#![allow(rustc::diagnostic_outside_of_impl)]
-#![allow(rustc::untranslatable_diagnostic)]
 
 extern crate thin_vec;