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 1c012f4 commit 59baeddCopy full SHA for 59baedd
git-repository/src/config/cache/access.rs
@@ -45,6 +45,7 @@ impl Cache {
45
}
46
47
/// Returns a user agent for use with servers.
48
+ #[cfg(any(feature = "async-network-client", feature = "blocking-network-client"))]
49
pub(crate) fn user_agent_tuple(&self) -> (&'static str, Option<Cow<'static, str>>) {
50
let agent = self
51
.user_agent
0 commit comments