aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/rustdoc.py
AgeCommit message (Collapse)AuthorFilesLines
2025-04-02rust: new target rustdocPaolo Bonzini1-0/+101
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>