aboutsummaryrefslogtreecommitdiff
path: root/src/filecache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filecache.rs')
-rw-r--r--src/filecache.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filecache.rs b/src/filecache.rs
index 7faf439..f8d84ec 100644
--- a/src/filecache.rs
+++ b/src/filecache.rs
@@ -1,6 +1,7 @@
use crate::vector::FileVector;
/// Represents one file which was indexed.
+#[derive(Clone, Debug)]
pub struct FileCache {
pub vector : FileVector,
pub path : String,