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 7107935 commit 5aaaa37Copy full SHA for 5aaaa37
Makefile
@@ -459,6 +459,7 @@ export rust_common_flags := --edition=2021 \
459
-Aclippy::needless_lifetimes \
460
-Wclippy::no_mangle_with_rust_abi \
461
-Wclippy::unnecessary_safety_comment \
462
+ -Wclippy::unnecessary_safety_doc \
463
-Wrustdoc::missing_crate_level_docs
464
465
KBUILD_HOSTCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(HOST_LFS_CFLAGS) \
0 commit comments