summary refs log tree commit diff
path: root/disk/src
diff options
context:
space:
mode:
Diffstat (limited to 'disk/src')
-rw-r--r--disk/src/qcow/refcount.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk/src/qcow/refcount.rs b/disk/src/qcow/refcount.rs
index 438de5b..ab399c3 100644
--- a/disk/src/qcow/refcount.rs
+++ b/disk/src/qcow/refcount.rs
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-use std;
 use std::fmt::{self, Display};
 use std::io;