Remove no longer needed clippy bug workaround

This commit is contained in:
Ilya Grigoriev 2023-01-18 11:19:54 -08:00
parent 30d03a66e6
commit 643fe9a218

View file

@ -415,7 +415,6 @@ fn do_git_clone(
Ok((workspace_command, maybe_default_branch))
}
#[allow(clippy::explicit_auto_deref)] // https://github.com/rust-lang/rust-clippy/issues/9763
fn with_remote_callbacks<T>(ui: &mut Ui, f: impl FnOnce(git::RemoteCallbacks<'_>) -> T) -> T {
let mut ui = Mutex::new(ui);
let mut callback = None;