zbuild/clippy.toml

8 lines
175 B
TOML

absolute-paths-allowed-crates = [
# `tracing_subscriber::fmt` would be easily confused with `std::fmt`
"tracing_subscriber",
# TODO: Review these?
"futures",
"notify",
]