We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd8552 commit 656ccbfCopy full SHA for 656ccbf
src/docbuilder/rustwide_builder.rs
@@ -822,11 +822,11 @@ impl RustwideBuilder {
822
Ok(target_res)
823
}
824
825
- /// run the build with rustdoc JSON output for a specific target and directly upload the
+ /// Run the build with rustdoc JSON output for a specific target and directly upload the
826
/// build log & the JSON files.
827
///
828
/// The method only returns an `Err` for internal errors that should be retryable.
829
- /// For all build errors we would just upload the log file and still return Ok(())
+ /// For all build errors we would just upload the log file and still return `Ok(())`.
830
#[instrument(skip(self, build))]
831
#[allow(clippy::too_many_arguments)]
832
fn execute_json_build(
0 commit comments