mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-27 11:03:03 +03:00
nightly clippy fix
This commit is contained in:
parent
ae15bb41d3
commit
c42c9f900a
@ -48,7 +48,7 @@ pub trait AsyncJob: Send + Sync + Clone {
|
||||
) -> Result<Self::Notification>;
|
||||
|
||||
/// allows observers to get intermediate progress status if the job customizes it
|
||||
/// by default this will be returning ()::Default
|
||||
/// by default this will be returning `Self::Progress::default()`
|
||||
fn get_progress(&self) -> Self::Progress {
|
||||
Self::Progress::default()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user