Skip to content

Commit c42c9f9

Browse files
author
Stephan Dilly
committed
nightly clippy fix
1 parent ae15bb4 commit c42c9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/asyncjob/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub trait AsyncJob: Send + Sync + Clone {
4848
) -> Result<Self::Notification>;
4949

5050
/// allows observers to get intermediate progress status if the job customizes it
51-
/// by default this will be returning ()::Default
51+
/// by default this will be returning `Self::Progress::default()`
5252
fn get_progress(&self) -> Self::Progress {
5353
Self::Progress::default()
5454
}

0 commit comments

Comments
 (0)