mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
fa7cd2548c
Because the API for `with_position` improved in 0.11 and I want to use it.
16 lines
211 B
TOML
16 lines
211 B
TOML
[package]
|
|
name = "declare_clippy_lint"
|
|
version = "0.1.76"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
itertools = "0.11"
|
|
quote = "1.0.21"
|
|
syn = "2.0"
|
|
|
|
[features]
|
|
deny-warnings = []
|