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.
clippy::extra_unused_lifetimes
1 parent bd0346d commit 012f947Copy full SHA for 012f947
src/lib.rs
@@ -5,9 +5,6 @@
5
//! [krate](krate/index.html), [user](user/index.html) and [version](version/index.html) modules.
6
7
#![warn(clippy::all, rust_2018_idioms)]
8
-// `diesel` macros are currently generating code that breaks this rule, so
9
-// we have to disable it for now.
10
-#![allow(clippy::extra_unused_lifetimes)]
11
12
#[cfg(test)]
13
#[macro_use]
0 commit comments