@@ -29,7 +29,7 @@ const MAX_OBJECT_COUNT: NonZeroUsize = unsafe { NonZeroUsize::new_unchecked(10)
29
29
///
30
30
/// ```no_run
31
31
/// use cryptoki::context::CInitializeArgs;
32
- /// use cryptoki::context::{ Pkcs11, LibLoadingType} ;
32
+ /// use cryptoki::context::Pkcs11;
33
33
/// use cryptoki::error::Error;
34
34
/// use cryptoki::object::Attribute;
35
35
/// use cryptoki::object::AttributeType;
@@ -278,7 +278,7 @@ impl Session {
278
278
/// ```rust
279
279
/// # fn main() -> testresult::TestResult {
280
280
/// # use cryptoki::session::Session;
281
- /// # use cryptoki::context::{LibLoadingType, Pkcs11} ;
281
+ /// # use cryptoki::context::Pkcs11;
282
282
/// # use cryptoki::object::{Attribute, AttributeType, CertificateType, ObjectClass, ObjectHandle};
283
283
/// #
284
284
/// # let mut client = Pkcs11::new(
@@ -392,7 +392,7 @@ impl Session {
392
392
/// types. If you wish, you may create a hash table simply by:
393
393
///
394
394
/// ```no_run
395
- /// use cryptoki::context::{LibLoadingType, Pkcs11} ;
395
+ /// use cryptoki::context::Pkcs11;
396
396
/// use cryptoki::context::CInitializeArgs;
397
397
/// use cryptoki::object::AttributeType;
398
398
/// use cryptoki::session::UserType;
0 commit comments