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 fe71885 commit fe55127Copy full SHA for fe55127
src/remote.rs
@@ -608,13 +608,13 @@ impl<'cb> PushOptions<'cb> {
608
}
609
610
611
- /// Set the callbacks to use for the fetch operation.
+ /// Set the callbacks to use for the push operation.
612
pub fn remote_callbacks(&mut self, cbs: RemoteCallbacks<'cb>) -> &mut Self {
613
self.callbacks = Some(cbs);
614
self
615
616
617
- /// Set the proxy options to use for the fetch operation.
+ /// Set the proxy options to use for the push operation.
618
pub fn proxy_options(&mut self, opts: ProxyOptions<'cb>) -> &mut Self {
619
self.proxy = Some(opts);
620
0 commit comments