Fix rust 1.72 warnings about shadowed glob re-exports

This commit is contained in:
Max Brunsfeld 2023-08-25 10:25:21 -07:00
parent 404f76739c
commit f798be6e27
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
use crate::{
worktree::{Event, Snapshot, WorktreeHandle},
worktree::{Event, Snapshot, WorktreeModelHandle},
Entry, EntryKind, PathChange, Worktree,
};
use anyhow::Result;