File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 228
228
//! requires the following data to work: Fulcio's certificate and Rekor's public key.
229
229
//!
230
230
//! 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
232
232
//! with it.
233
233
//!
234
234
//! # Feature Flags
254
254
//! - `cached-client`: Enables support for OCI registry client caching.
255
255
//!
256
256
//! - `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.
258
258
259
259
#![ forbid( unsafe_code) ]
260
260
#![ warn( clippy:: unwrap_used, clippy:: panic) ]
You can’t perform that action at this time.
0 commit comments