drm/bridge: ti-sn65dsi86: Fix multiple instances
[drm/drm-misc.git] / .clippy.toml
blobe4c4eef10b28c1ff0c48792d095e647c4a8bfb28
1 # SPDX-License-Identifier: GPL-2.0
3 check-private-items = true
5 disallowed-macros = [
6     # The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate
7     # it here, see: https://github.com/rust-lang/rust-clippy/issues/11303.
8     { path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" },