1
2
3
4
5
6
7
8
9
10
# 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", allow-invalid = true },
]
当你的天空 突然 下起了大雨 那是我 在为你 炸乌云