Skip to content

Commit

Permalink
Fix doc issues
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Dec 16, 2023
1 parent c6f3ea2 commit 8a9325c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/api/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion nexus/src/app/update/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8a9325c

Please sign in to comment.