We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a717d commit ffe2ff6Copy full SHA for ffe2ff6
src/tests/all.rs
@@ -1,4 +1,10 @@
1
#![deny(warnings, clippy::all, rust_2018_idioms)]
2
+// TODO: Remove after we can bump to Rust 1.35 stable in `RustConfig`
3
+#![allow(
4
+ renamed_and_removed_lints,
5
+ clippy::cyclomatic_complexity,
6
+ clippy::unknown_clippy_lints
7
+)]
8
9
#[macro_use]
10
extern crate diesel;
0 commit comments