Skip to content

Commit

Permalink
Add missing [package.metadata.docs.rs] section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 14, 2023
1 parent 61ae9c6 commit 78ce083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ sign-zip = ["sign", "dep:zip"]

tar = ["sign-tar", "verify-tar"]
zip = ["sign-zip", "verify-zip"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
2 changes: 1 addition & 1 deletion api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ where
Ok(prehashed_message)
}

/// A collection of all error this library can return
/// A collection of all errors this library can return
#[non_exhaustive]
#[derive(Debug, thiserror::Error)]
#[error(transparent)]
Expand Down

0 comments on commit 78ce083

Please sign in to comment.