]> Git Repo - J-linux.git/blob - .clippy.toml
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / .clippy.toml
1 # SPDX-License-Identifier: GPL-2.0
2
3 check-private-items = true
4
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" },
9 ]
This page took 0.028748 seconds and 4 git commands to generate.