diff options
Diffstat (limited to 'ext/cache/lib.rs')
-rw-r--r-- | ext/cache/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/cache/lib.rs b/ext/cache/lib.rs index b0efbca55..463ade94f 100644 --- a/ext/cache/lib.rs +++ b/ext/cache/lib.rs @@ -40,7 +40,6 @@ pub fn init<CA: Cache + 'static>( if let Some(create_cache) = maybe_create_cache.clone() { state.put(create_cache); } - Ok(()) }) .build() } |