From 8a9325cffb3d66281dc2b5bc698a19b34984b07e Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 15 Dec 2023 16:00:32 -0800 Subject: [PATCH] Fix doc issues Created using spr 1.3.5 --- common/src/api/external/mod.rs | 2 +- nexus/src/app/update/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/api/external/mod.rs b/common/src/api/external/mod.rs index 8cc07b1618..01ed7b46eb 100644 --- a/common/src/api/external/mod.rs +++ b/common/src/api/external/mod.rs @@ -2674,7 +2674,7 @@ pub struct TufRepoInsertResponse { /// Status of a TUF repo import. /// -/// Part of [`TufRepoImport`]. +/// Part of [`TufRepoInsertResponse`]. #[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, JsonSchema)] #[serde(rename_all = "snake_case")] pub enum TufRepoInsertStatus { diff --git a/nexus/src/app/update/mod.rs b/nexus/src/app/update/mod.rs index b7baf41dfa..97ee9ea730 100644 --- a/nexus/src/app/update/mod.rs +++ b/nexus/src/app/update/mod.rs @@ -72,7 +72,7 @@ impl super::Nexus { Ok(response.into_external()) } - /// Downloads a file from within [`BASE_ARTIFACT_DIR`]. + /// Downloads a file (currently not implemented). pub(crate) async fn download_artifact( &self, _opctx: &OpContext,