File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -448,19 +448,19 @@ KBUILD_USERLDFLAGS := $(USERLDFLAGS)
448
448
export rust_common_flags := --edition=2021 \
449
449
-Zbinary_dep_depinfo=y \
450
450
-Astable_features \
451
- -Dunsafe_op_in_unsafe_fn \
452
451
-Dnon_ascii_idents \
452
+ -Dunsafe_op_in_unsafe_fn \
453
+ -Wmissing_docs \
453
454
-Wrust_2018_idioms \
454
455
-Wunreachable_pub \
455
- -Wmissing_docs \
456
- -Wrustdoc::missing_crate_level_docs \
457
456
-Wclippy::all \
457
+ -Wclippy::dbg_macro \
458
458
-Wclippy::mut_mut \
459
459
-Wclippy::needless_bitwise_bool \
460
460
-Wclippy::needless_continue \
461
461
-Aclippy::needless_lifetimes \
462
462
-Wclippy::no_mangle_with_rust_abi \
463
- -Wclippy::dbg_macro
463
+ -Wrustdoc::missing_crate_level_docs
464
464
465
465
KBUILD_HOSTCFLAGS := $(KBUILD_USERHOSTCFLAGS ) $(HOST_LFS_CFLAGS ) \
466
466
$(HOSTCFLAGS ) -I $(srctree ) /scripts/include
You can’t perform that action at this time.
0 commit comments