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.
1 parent 024f967 commit a135aa3Copy full SHA for a135aa3
Makefile
@@ -446,18 +446,18 @@ KBUILD_USERLDFLAGS := $(USERLDFLAGS)
446
export rust_common_flags := --edition=2021 \
447
-Zbinary_dep_depinfo=y \
448
-Astable_features \
449
- -Dunsafe_op_in_unsafe_fn \
450
-Dnon_ascii_idents \
+ -Dunsafe_op_in_unsafe_fn \
451
+ -Wmissing_docs \
452
-Wrust_2018_idioms \
453
-Wunreachable_pub \
- -Wmissing_docs \
454
- -Wrustdoc::missing_crate_level_docs \
455
-Wclippy::all \
+ -Wclippy::dbg_macro \
456
-Wclippy::mut_mut \
457
-Wclippy::needless_bitwise_bool \
458
-Wclippy::needless_continue \
459
-Wclippy::no_mangle_with_rust_abi \
460
- -Wclippy::dbg_macro
+ -Wrustdoc::missing_crate_level_docs
461
462
KBUILD_HOSTCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(HOST_LFS_CFLAGS) \
463
$(HOSTCFLAGS) -I $(srctree)/scripts/include
0 commit comments