Skip to content

Commit 499aad1

Browse files
committed
cargo fmt and remove stabilized feature
1 parent 7527245 commit 499aad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/explicit_write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10-
use crate::rustc_errors::Applicability;
1110
use crate::rustc::hir::*;
1211
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
1312
use crate::rustc::{declare_tool_lint, lint_array};
13+
use crate::rustc_errors::Applicability;
1414
use crate::syntax::ast::LitKind;
1515
use crate::utils::{is_expn_of, match_def_path, opt_def_id, resolve_node, span_lint, span_lint_and_sugg};
1616
use if_chain::if_chain;

0 commit comments

Comments
 (0)