]>
Commit | Line | Data |
---|---|---|
7d56786e | 1 | # SPDX-License-Identifier: GPL-2.0 |
8577c9dc | 2 | |
f0915acd MO |
3 | msrv = "1.78.0" |
4 | ||
624063b9 MO |
5 | check-private-items = true |
6 | ||
8577c9dc MO |
7 | disallowed-macros = [ |
8 | # The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate | |
9 | # it here, see: https://github.com/rust-lang/rust-clippy/issues/11303. | |
10 | { path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" }, | |
11 | ] |