Use correct mode when printing a build message for std documentation
This commit is contained in:
parent
a62488bb27
commit
600d9bf149
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ fn doc_std(
|
|||
|
||||
let description =
|
||||
format!("library{} in {} format", crate_description(requested_crates), format.as_str());
|
||||
let _guard = builder.msg(Kind::Doc, description, None, build_compiler, target);
|
||||
let _guard = builder.msg(Kind::Doc, description, Mode::Std, build_compiler, target);
|
||||
|
||||
cargo.into_cmd().run(builder);
|
||||
builder.cp_link_r(&out_dir, out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue