diff options
Diffstat (limited to 'rust/Makefile')
-rw-r--r-- | rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Makefile b/rust/Makefile index 815fbe05ffc8..e761a8cc3bd5 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -121,7 +121,7 @@ rustdoc-pin_init_internal: $(src)/pin-init/internal/src/lib.rs FORCE rustdoc-pin_init: private rustdoc_host = yes rustdoc-pin_init: private rustc_target_flags = --extern pin_init_internal \ - --extern macros --extern force:alloc --cfg kernel --cfg feature=\"alloc\" + --extern macros --extern alloc --cfg kernel --cfg feature=\"alloc\" rustdoc-pin_init: $(src)/pin-init/src/lib.rs rustdoc-pin_init_internal \ rustdoc-macros FORCE +$(call if_changed,rustdoc) |