mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
Remove no longer needed clippy bug workaround
This commit is contained in:
parent
30d03a66e6
commit
643fe9a218
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue