mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
nightly clippy fix
This commit is contained in:
parent
ae15bb41d3
commit
c42c9f900a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue