Skip to content

Commit

Permalink
Allow clippy::use_self
Browse files Browse the repository at this point in the history
This lint is triggering on existing code, completely unrelated to this
PR
  • Loading branch information
Aaron1011 committed Aug 8, 2019
1 parent 6db8e8b commit 484e554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
#![warn(rust_2018_idioms, unreachable_pub)]
#![warn(single_use_lifetimes)]
#![warn(clippy::all, clippy::pedantic)]
#![allow(clippy::use_self)]

/// An attribute to support pattern matching.
///
Expand Down

0 comments on commit 484e554

Please sign in to comment.