Staging instance, all changes can be removed at any time

Skip to content

Rust: Do not build documentation of dependencies

vlorentz requested to merge vlorentz/swh-jenkins-jobs:cargo-doc-no-deps into master

By default, 'cargo doc' builds documentation of all crates recursively used by the project in order to provide a self-contained documentation tree.

Here we only use it to check there are no syntax issues or broken references, so this is unnecessary

Merge request reports

Loading