Skip to content

Commit 4a50017

Browse files
tannaurusXynnn007
authored andcommitted
Fixed up comments that still referenced previous iterations of the refactor
Signed-off-by: Tanner Gill <[email protected]>
1 parent 4208d54 commit 4a50017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
//! requires the following data to work: Fulcio's certificate and Rekor's public key.
229229
//!
230230
//! These files are safely distributed by the Sigstore project via a TUF repository.
231-
//! The [`sigstore::sigstore`](crate::sigstore) module provides the helper structures to deal
231+
//! The [`sigstore::trust::sigstore`](crate::trust::sigstore) module provides the helper structures to deal
232232
//! with it.
233233
//!
234234
//! # Feature Flags
@@ -254,7 +254,7 @@
254254
//! - `cached-client`: Enables support for OCI registry client caching.
255255
//!
256256
//! - `test-registry`: Enables tests based on a temporary OCI registry.
257-
//! - `tuf`: Enables support for TUF to request for fulcio certs and rekor public key.
257+
//! - `sigstore-trust-root`: Enables support for TUF to request for fulcio certs and rekor public key.
258258
259259
#![forbid(unsafe_code)]
260260
#![warn(clippy::unwrap_used, clippy::panic)]

0 commit comments

Comments
 (0)