clippy_utils 0.1.94

Helpful tools for writing lints, provided as they are used in Clippy
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7"

[dependencies.itertools]
version = "0.12"

[dependencies.rustc_apfloat]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[lib]
name = "clippy_utils"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(bootstrap)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Helpful tools for writing lints, provided as they are used in Clippy"
edition = "2024"
keywords = ["clippy", "lint", "utils"]
license = "MIT OR Apache-2.0"
name = "clippy_utils"
readme = "README.md"
repository = "https://github.com/rust-lang/rust-clippy"
version = "0.1.94"

[package.metadata.rust-analyzer]
rustc_private = true