summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils/Cargo.toml
blob: d99a3d9359e1f439ba973431874f2b2b3c3941d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "clippy_utils"
version = "0.1.58"
edition = "2021"
publish = false

[dependencies]
if_chain = "1.0"
rustc-semver = "1.1"

[features]
deny-warnings = []
internal-lints = []
metadata-collector-lint = []

[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]
rustc_private = true