Skip to content

Commit c3c236d

Browse files
committed
rust
1 parent ceec6e9 commit c3c236d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ endif
124124

125125
check:
126126
cd $(abs_top_srcdir)/rust && \
127-
$(CARGO_ENV) \
127+
$(CARGO_ENV) RUSTDOC=$(RUSTDOC) \
128128
$(CARGO) test --all $(RELEASE) --features "$(RUST_FEATURES)"
129129
$(MAKE) check-bindgen-bindings
130130

0 commit comments

Comments
 (0)