Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14-rc1 11 lines 352 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3msrv = "1.78.0" 4 5check-private-items = true 6 7disallowed-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]