diff --git a/src/storage/segcache/src/lib.rs b/src/storage/segcache/src/lib.rs index b44d6361..e7088258 100644 --- a/src/storage/segcache/src/lib.rs +++ b/src/storage/segcache/src/lib.rs @@ -11,7 +11,7 @@ //! header. This reduces object metadata by 88% compared to Memcached. //! //! A blog post about the overall design can be found here: -//! +//! //! //! Goals: //! * high-throughput item storage