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.
1 parent 2b00d9f commit 23ef083Copy full SHA for 23ef083
build.rs
@@ -1,3 +1,7 @@
1
+// Clippy errors in this file should not stop build errors being
2
+// reported elsewhere.
3
+// https://github.com/rust-lang/rust-clippy/issues/9534
4
+#![warn(clippy::all)]
5
// Has false positives on else if chains that sometimes have the same
6
// body for readability.
7
#![allow(clippy::if_same_then_else)]
0 commit comments