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.
#[allow]
1 parent 7ba34c7 commit 09e4ee5Copy full SHA for 09e4ee5
src/librustdoc/lib.rs
@@ -20,9 +20,6 @@
20
#![feature(type_ascription)]
21
#![recursion_limit = "256"]
22
#![warn(rustc::internal)]
23
-#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
24
-#![allow(rustc::diagnostic_outside_of_impl)]
25
-#![allow(rustc::untranslatable_diagnostic)]
26
27
extern crate thin_vec;
28
0 commit comments