JustOS/linux-6.13/.clippy.toml
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

10 lines
335 B
TOML

# SPDX-License-Identifier: GPL-2.0
check-private-items = true
disallowed-macros = [
# The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate
# it here, see: https://github.com/rust-lang/rust-clippy/issues/11303.
{ path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" },
]