Skip to content

Commit

Permalink
RVPS: Fix clippy nit
Browse files Browse the repository at this point in the history
Signed-off-by: Jiale Zhang <[email protected]>
  • Loading branch information
jialez0 committed Feb 5, 2025
1 parent 5eb0a3b commit b7b3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvps/src/extractors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use super::{Message, ReferenceValue};
/// reference value (degest, s.t. hash value and name of the artifact)
/// from the provenance. If the verification fails, no reference value
/// will be extracted.
///
/// `Extractors` defines the interfaces of Extractors.
pub trait Extractors {
/// Process the message, e.g. verifying
Expand Down

0 comments on commit b7b3d61

Please sign in to comment.