diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -623,7 +623,7 @@ pub trait Device {      /// # Example      ///      /// ```no_run -    /// use nitrokey::Device; +    /// use nitrokey::{CommandStatus, Device};      /// # use nitrokey::CommandError;      ///      /// # fn try_main() -> Result<(), CommandError> { @@ -659,7 +659,7 @@ pub trait Device {      /// # Example      ///      /// ```no_run -    /// use nitrokey::Device; +    /// use nitrokey::{CommandStatus, Device};      /// # use nitrokey::CommandError;      ///      /// # fn try_main() -> Result<(), CommandError> { | 
