Skip to content

Commit 12e21fa

Browse files
committed
fix: vendor mech doc test
Signed-off-by: Direktor799 <[email protected]>
1 parent f4dc8e9 commit 12e21fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cryptoki/src/mechanism/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ impl MechanismType {
313313
///
314314
/// It maps to
315315
/// ```rust
316+
/// use cryptoki::mechanism::MechanismType;
317+
///
316318
/// pub const CKM_SOME_CUSTOM_MECH: MechanismType =
317319
/// MechanismType::new_vendor_defined(0x00000001);
318320
/// ```

0 commit comments

Comments
 (0)