diff options
Diffstat (limited to 'src/device.rs')
-rw-r--r-- | src/device.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device.rs b/src/device.rs index f135261..a74310a 100644 --- a/src/device.rs +++ b/src/device.rs @@ -661,7 +661,6 @@ impl Storage { unsafe { get_command_result(nitrokey_sys::NK_lock_encrypted_volume()) } } - /// Returns the status of the connected storage device. /// /// # Example |