Properly handle WorktreeId
This commit is contained in:
parent
34b0d6200f
commit
3984cc6d39
2 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ use sum_tree::{Bias, Edit, SeekTarget, SumTree, TreeMap, TreeSet};
|
|||
use util::{paths::HOME, ResultExt, TakeUntilExt, TryFutureExt};
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash, PartialOrd, Ord)]
|
||||
pub struct WorktreeId(pub usize);
|
||||
pub struct WorktreeId(usize);
|
||||
|
||||
pub enum Worktree {
|
||||
Local(LocalWorktree),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue