about summary refs log tree commit diff
path: root/src/tools/clippy/declare_clippy_lint/Cargo.toml
blob: 4de7b5fb5924d3805672a3bb6e3163702187cd3e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "declare_clippy_lint"
version = "0.1.92"
edition = "2024"
repository = "https://github.com/rust-lang/rust-clippy"
license = "MIT OR Apache-2.0"

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