mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-28 21:42:15 +00:00

This PR fixes all reported clippy lints. In most cases I have made the suggested changes. In a few cases (e.g., `blacklisted_name` and `cognitive_complexity`) I've just silenced the warning. I can make stylistic changes or discard some of the lint fixes if preferred.
5 lines
125 B
TOML
5 lines
125 B
TOML
blacklisted-names = []
|
|
cognitive-complexity-threshold = 100
|
|
too-many-arguments-threshold = 8
|
|
type-complexity-threshold = 375
|