We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa23f1 + 55b3231 commit f90a0b9Copy full SHA for f90a0b9
src/lib.rs
@@ -3,6 +3,8 @@
3
#![cfg_attr(doc, doc(rust_logo))]
4
#![feature(rustc_private)]
5
// Note: please avoid adding other feature gates where possible
6
+#![allow(rustc::diagnostic_outside_of_impl)]
7
+#![allow(rustc::untranslatable_diagnostic)]
8
#![warn(rust_2018_idioms)]
9
#![warn(unused_lifetimes)]
10
#![warn(unreachable_pub)]
0 commit comments