Skip to content

Commit 0db8b6e

Browse files
committed
cargo fmt
1 parent ad27e3f commit 0db8b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/formatting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use crate::utils::{differing_macro_contexts, in_macro, snippet_opt, span_note_and_lint};
2+
use if_chain::if_chain;
23
use rustc::lint::{in_external_macro, EarlyContext, EarlyLintPass, LintArray, LintPass};
34
use rustc::{declare_tool_lint, lint_array};
45
use syntax::ast;
56
use syntax::ptr::P;
6-
use if_chain::if_chain;
77

88
declare_clippy_lint! {
99
/// **What it does:** Checks for use of the non-existent `=*`, `=!` and `=-`

0 commit comments

Comments
 (0)