🔒 Repository is read-only – file editing is disabled.

PaganDE/smithay-0.7.0/clippy.toml main

9 linii Raw ← Powrót
123456789
msrv = "1.80.1"
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" },
]