We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 350da20 + 7e18024 commit 31e3c36Copy full SHA for 31e3c36
src/remote_callbacks.rs
@@ -115,7 +115,7 @@ impl<'a> RemoteCallbacks<'a> {
115
/// Textual progress from the remote.
116
///
117
/// Text sent over the progress side-band will be passed to this function
118
- /// (this is the 'counting objects' output.
+ /// (this is the 'counting objects' output).
119
pub fn sideband_progress<F>(&mut self, cb: F) -> &mut RemoteCallbacks<'a>
120
where F: FnMut(&[u8]) -> bool + 'a {
121
self.sideband_progress = Some(Box::new(cb) as Box<TransportMessage<'a>>);
0 commit comments