Skip to content

Commit 85b6f7e

Browse files
committed
fix: vendor mech doc test
1 parent 7d9a588 commit 85b6f7e

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)