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.
momo
gix::Remote::save_as_to
1 parent 1d90301 commit 875c287Copy full SHA for 875c287
gix/src/remote/save.rs
@@ -1,5 +1,7 @@
1
use std::convert::TryInto;
2
3
+use gix_macros::momo;
4
+
5
use crate::{
6
bstr::{BStr, BString},
7
config, remote, Remote,
@@ -111,6 +113,7 @@ impl Remote<'_> {
111
113
/// If this name is different from the current one, the git configuration will still contain the previous name,
112
114
/// and the caller should account for that.
115
#[allow(clippy::result_large_err)]
116
+ #[momo]
117
pub fn save_as_to(
118
&mut self,
119
name: impl Into<BString>,
0 commit comments