We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy::unnecessary_safety_doc
1 parent 5ba95b6 commit 8d7506eCopy full SHA for 8d7506e
Makefile
@@ -462,6 +462,7 @@ export rust_common_flags := --edition=2021 \
462
-Wclippy::no_mangle_with_rust_abi \
463
-Wclippy::undocumented_unsafe_blocks \
464
-Wclippy::unnecessary_safety_comment \
465
+ -Wclippy::unnecessary_safety_doc \
466
-Wrustdoc::missing_crate_level_docs
467
468
KBUILD_HOSTCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(HOST_LFS_CFLAGS) \
0 commit comments