Skip to content

Commit 8defeb8

Browse files
authored
Merge pull request rust-lang#100 from JohnTitor/fix-clippy-warning-2
2 parents 2dddcb4 + 4e6ae07 commit 8defeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conduit-router/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![warn(rust_2018_idioms)]
2+
#![allow(clippy::suspicious_else_formatting)]
23

34
#[macro_use]
45
extern crate tracing;
@@ -49,7 +50,6 @@ impl RouteBuilder {
4950
}
5051

5152
#[instrument(level = "trace", skip(self))]
52-
#[allow(clippy::suspicious_else_formatting)]
5353
fn recognize<'a>(
5454
&'a self,
5555
method: &Method,

0 commit comments

Comments
 (0)