mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
store: remove obsolete comment about root commit
The commit backends are responsible defining the root commit since 5ab2854df6ea.
This commit is contained in:
parent
d4b13d7495
commit
2cc15f40ef
@ -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…
x
Reference in New Issue
Block a user