We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae15bb4 commit c42c9f9Copy full SHA for c42c9f9
asyncgit/src/asyncjob/mod.rs
@@ -48,7 +48,7 @@ pub trait AsyncJob: Send + Sync + Clone {
48
) -> Result<Self::Notification>;
49
50
/// allows observers to get intermediate progress status if the job customizes it
51
- /// by default this will be returning ()::Default
+ /// by default this will be returning `Self::Progress::default()`
52
fn get_progress(&self) -> Self::Progress {
53
Self::Progress::default()
54
}
0 commit comments