Skip to content

Commit 09e4ee5

Browse files
committed
librustdoc: remove unneeded #[allow]s
1 parent 7ba34c7 commit 09e4ee5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustdoc/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
#![feature(type_ascription)]
2121
#![recursion_limit = "256"]
2222
#![warn(rustc::internal)]
23-
#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
24-
#![allow(rustc::diagnostic_outside_of_impl)]
25-
#![allow(rustc::untranslatable_diagnostic)]
2623

2724
extern crate thin_vec;
2825

0 commit comments

Comments
 (0)