Skip to content

Commit 46ee676

Browse files
committed
cargo fmt
1 parent ef64c76 commit 46ee676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/wildcard_dependencies.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ use crate::rustc::{declare_tool_lint, lint_array};
1212
use crate::syntax::{ast::*, source_map::DUMMY_SP};
1313
use crate::utils::span_lint;
1414

15-
use if_chain::if_chain;
1615
use cargo_metadata;
16+
use if_chain::if_chain;
1717
use semver;
1818

1919
/// **What it does:** Checks for wildcard dependencies in the `Cargo.toml`.

0 commit comments

Comments
 (0)