Skip to content

Commit

Permalink
fix: vendor mech doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Direktor799 committed Nov 7, 2024
1 parent 7d9a588 commit 85b6f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryptoki/src/mechanism/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ impl MechanismType {
///
/// It maps to
/// ```rust
/// use cryptoki::mechanism::MechanismType;
///
/// pub const CKM_SOME_CUSTOM_MECH: MechanismType =
/// MechanismType::new_vendor_defined(0x00000001);
/// ```
Expand Down

0 comments on commit 85b6f7e

Please sign in to comment.