summaryrefslogtreecommitdiffstats
path: root/src/repository
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-08-24 10:24:15 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-08-26 12:30:22 +0200
commit4df6b533cd299e6ec23fa4f25f94f20c0c058c76 (patch)
tree9355342252dab00adcec99bf4307448cb344806a /src/repository
parentb7b83c2d658db60a29c46f4d19f5ba988d0c281d (diff)
Allow unused code for now
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/repository')
-rw-r--r--src/repository/fs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repository/fs.rs b/src/repository/fs.rs
index 3fe6cd4..d5761a7 100644
--- a/src/repository/fs.rs
+++ b/src/repository/fs.rs
@@ -1,3 +1,5 @@
+#![allow(unused)] // TODO: Remove allow(unused)
+
use std::path::Path;
use std::path::PathBuf;
use std::collections::HashMap;