Skip to content

Commit b52a9bd

Browse files
committed
cargo +nightly fmt at clippy_lints/
1 parent 06e4e9c commit b52a9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/dbg_macro.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
use crate::utils::span_lint_and_sugg;
12
use rustc::lint::{EarlyContext, EarlyLintPass, LintArray, LintPass};
23
use rustc::{declare_tool_lint, lint_array};
3-
use crate::utils::span_lint_and_sugg;
4-
use syntax::ast;
54
use rustc_errors::Applicability;
5+
use syntax::ast;
66

77
/// **What it does:** Checks for usage of dbg!() macro.
88
///

0 commit comments

Comments
 (0)