smithay/clippy.toml
Victoria Brekenfeld e6e6e77dbb bumb msrv to 1.72
2024-02-15 15:50:05 +01:00

9 lines
351 B
TOML

msrv = "1.72.0"
type-complexity-threshold = 400
disallowed-macros = [
{ path = "std::print", reason = "We use tracing for logging" },
{ path = "std::println", reason = "We use tracing for logging" },
{ path = "std::eprint", reason = "We use tracing for logging" },
{ path = "std::eprintln", reason = "We use tracing for logging" },
]