aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/cache.rs')
-rw-r--r--crates/shirabe/src/cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/cache.rs b/crates/shirabe/src/cache.rs
index 435e45c6..b41350f5 100644
--- a/crates/shirabe/src/cache.rs
+++ b/crates/shirabe/src/cache.rs
@@ -485,7 +485,7 @@ impl Cache {
None
}
- pub(crate) fn get_finder(&self) -> Finder {
+ fn get_finder(&self) -> Finder {
let mut finder = Finder::create();
finder.r#in(&self.root).files();
finder