about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints_internal/Cargo.toml
blob: a8293a1ad395d9f837847417cfff15630f610f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "clippy_lints_internal"
version = "0.0.1"
edition = "2024"

[dependencies]
clippy_config = { path = "../clippy_config" }
clippy_utils = { path = "../clippy_utils" }
regex = { version = "1.5" }
rustc-semver = "1.1"

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