Skip to content

Commit ffe2ff6

Browse files
committed
Support old lint name until the next stable release
1 parent a4a717d commit ffe2ff6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/all.rs

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#![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+
)]
28

39
#[macro_use]
410
extern crate diesel;

0 commit comments

Comments
 (0)