summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints_internal/Cargo.toml
blob: 2a0ceac27a3248f7da922c42361f0688cafa8246 (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 = "2021"

[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