Fix different kinds values used for worktree_id
(#17523)
This commit is contained in:
parent
47aec5e64d
commit
8985fd87c2
18 changed files with 136 additions and 127 deletions
|
@ -1250,8 +1250,8 @@ mod tests {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn worktree_id(&self) -> usize {
|
||||
0
|
||||
fn worktree_id(&self, _: &AppContext) -> settings::WorktreeId {
|
||||
settings::WorktreeId::from_usize(0)
|
||||
}
|
||||
|
||||
fn is_private(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue