| Crates.io | clippy_config |
| lib.rs | clippy_config |
| version | 0.0.1 |
| created_at | 2024-01-22 15:04:41.309895+00 |
| updated_at | 2024-01-22 15:04:41.309895+00 |
| description | Helpful utils to write Clippy lints |
| homepage | |
| repository | https://github.com/rust-lang/rust-clippy |
| max_upload_size | |
| id | 1108878 |
| size | 8,142 |
This is just a dummy crate to reserve the name clippy_config. We currently don't plan to publish this crate on crates.io, but we want to keep the option of doing so in the future.
To use this, add clippy_config as a git dependency:
clippy_config = { git = "https://github.com/rust-lang/rust-clippy", rev = "<sha>" }