clippy_config 0.0.1

Helpful utils to write Clippy lints
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-dependencies.term]
version = "0.7"

[package]
build = "build.rs"
categories = ["development-tools", "development-tools::cargo-plugins"]
description = "Helpful utils to write Clippy lints"
edition = "2021"
keywords = ["clippy", "lint", "config"]
license = "MIT OR Apache-2.0"
name = "clippy_config"
readme = "crates-readme.md"
repository = "https://github.com/rust-lang/rust-clippy"
version = "0.0.1"