aboutsummaryrefslogtreecommitdiff
path: root/src/driver/file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/file.rs')
-rw-r--r--src/driver/file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/file.rs b/src/driver/file.rs
index 125c9c3..5c6ea43 100644
--- a/src/driver/file.rs
+++ b/src/driver/file.rs
@@ -1,4 +1,4 @@
1pub trait ArchiveFileInfo {} 1pub trait ArchiveFileInfo: Clone {}
2 2
3pub trait FileDriver { 3pub trait FileDriver {
4 type Io; 4 type Io;