mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-17 17:55:29 +00:00
store: remove obsolete comment about root commit
The commit backends are responsible defining the root commit since
5ab2854df6
.
This commit is contained in:
parent
d4b13d7495
commit
2cc15f40ef
1 changed files with 1 additions and 1 deletions
|
@ -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<dyn Backend>,
|
||||
|
|
Loading…
Reference in a new issue