diff options
Diffstat (limited to 'src/cache.rs')
-rw-r--r-- | src/cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.rs b/src/cache.rs index 2b490ec..09c8512 100644 --- a/src/cache.rs +++ b/src/cache.rs @@ -66,7 +66,7 @@ impl Cache for FileCache { } /// A cache that does nothing. -struct NoopCache; +pub struct NoopCache; impl NoopCache { pub fn new() -> Self { |