We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::unnecessary_safety_doc
1 parent c778ec3 commit f07f6c1Copy full SHA for f07f6c1
Makefile
@@ -460,6 +460,7 @@ export rust_common_flags := --edition=2021 \
460
-Wclippy::no_mangle_with_rust_abi \
461
-Wclippy::undocumented_unsafe_blocks \
462
-Wclippy::unnecessary_safety_comment \
463
+ -Wclippy::unnecessary_safety_doc \
464
-Wrustdoc::missing_crate_level_docs
465
466
KBUILD_HOSTCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(HOST_LFS_CFLAGS) \
0 commit comments