From 2cc15f40ef5e276e48351f1fce7521e65baf5d18 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 27 Feb 2023 23:25:35 -0800 Subject: [PATCH] store: remove obsolete comment about root commit The commit backends are responsible defining the root commit since 5ab2854df6ea. --- lib/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,