| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-26 | rustdoc: skip --crate-type option | Paolo Bonzini | |
| --crate-type is accepted by recent versions of rustdoc, but it is not used by it and not listed in the documentation[1]. Remove it for compatibility with old versions of Rust. [1] https://doc.rust-lang.org/rustdoc/command-line-arguments.html Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2025-04-02 | rust: new target rustdoc | Paolo Bonzini | |
| Another rust tool, another rough copy of the code to run clippy. Apart from the slightly different command lines, the output is in a directory and test targets are skipped. Knowing the output directory can be useful, so print that on successful execution of rustdoc. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
