]> Git Repo - linux.git/blame - .clippy.toml
ftrace: Document that multiple function_graph tracing may have different times
[linux.git] / .clippy.toml
CommitLineData
7d56786e 1# SPDX-License-Identifier: GPL-2.0
8577c9dc 2
624063b9
MO
3check-private-items = true
4
8577c9dc
MO
5disallowed-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.032847 seconds and 4 git commands to generate.