Skip to content

Commit 012f947

Browse files
committed
clippy: Re-enable clippy::extra_unused_lifetimes lint
1 parent bd0346d commit 012f947

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
//! [krate](krate/index.html), [user](user/index.html) and [version](version/index.html) modules.
66
77
#![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)]
118

129
#[cfg(test)]
1310
#[macro_use]

0 commit comments

Comments
 (0)