Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Apr 7, 2020
1 parent 635518f commit f663da1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/ui/extra_unused_lifetimes.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#![allow(
unused,
dead_code,
clippy::needless_lifetimes,
clippy::needless_pass_by_value
)]
#![allow(unused, dead_code, clippy::needless_lifetimes, clippy::needless_pass_by_value)]
#![warn(clippy::extra_unused_lifetimes)]

fn empty() {}
Expand Down

0 comments on commit f663da1

Please sign in to comment.