fmt and update dependency
This commit is contained in:
parent
cd670e340f
commit
787412b545
5 changed files with 11 additions and 13 deletions
|
@ -981,7 +981,6 @@ impl ProjectPanel {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
Some(())
|
||||
}
|
||||
|
||||
|
@ -1159,7 +1158,6 @@ impl ProjectPanel {
|
|||
for entry in visible_worktree_entries[entry_range].iter() {
|
||||
let status = git_status_setting.then(|| entry.git_status).flatten();
|
||||
|
||||
|
||||
let mut details = EntryDetails {
|
||||
filename: entry
|
||||
.path
|
||||
|
@ -2108,7 +2106,6 @@ mod tests {
|
|||
]
|
||||
);
|
||||
|
||||
|
||||
let confirm = panel.update(cx, |panel, cx| {
|
||||
panel.filename_editor.update(cx, |editor, cx| {
|
||||
editor.set_text("/bdir1/dir2/the-new-filename", cx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue