diff --git a/lib/src/store.rs b/lib/src/store.rs index 146bca5c8..0b7875c28 100644 --- a/lib/src/store.rs +++ b/lib/src/store.rs @@ -26,7 +26,7 @@ use crate::tree::Tree; use crate::tree_builder::TreeBuilder; /// Wraps the low-level backend and makes it return more convenient types. Also -/// adds the root commit and adds caching. +/// adds caching. #[derive(Debug)] pub struct Store { backend: Box,