mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
cargo fmt
This commit is contained in:
parent
ef64c762d2
commit
46ee676139
1 changed files with 1 additions and 1 deletions
|
@ -12,8 +12,8 @@ use crate::rustc::{declare_tool_lint, lint_array};
|
|||
use crate::syntax::{ast::*, source_map::DUMMY_SP};
|
||||
use crate::utils::span_lint;
|
||||
|
||||
use if_chain::if_chain;
|
||||
use cargo_metadata;
|
||||
use if_chain::if_chain;
|
||||
use semver;
|
||||
|
||||
/// **What it does:** Checks for wildcard dependencies in the `Cargo.toml`.
|
||||
|
|
Loading…
Reference in a new issue