]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_utils/Cargo.toml
Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett
[rust.git] / src / tools / clippy / clippy_utils / Cargo.toml
1 [package]
2 name = "clippy_utils"
3 version = "0.1.62"
4 edition = "2021"
5 publish = false
6
7 [dependencies]
8 arrayvec = { version = "0.7", default-features = false }
9 if_chain = "1.0"
10 rustc-semver = "1.1"
11
12 [features]
13 deny-warnings = []
14 internal = []
15
16 [package.metadata.rust-analyzer]
17 # This crate uses #[feature(rustc_private)]
18 rustc_private = true