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.
gix-negotiate
gix-path
1 parent 64a4d74 commit 58de538Copy full SHA for 58de538
gix-negotiate/tests/baseline/mod.rs
@@ -71,7 +71,7 @@ fn run() -> crate::Result {
71
// }
72
for tip in lookup_names(&["HEAD"]).into_iter().chain(
73
refs.iter()?
74
- .prefixed(b"refs/heads")?
+ .prefixed(b"refs/heads".try_into().unwrap())?
75
.filter_map(Result::ok)
76
.map(|r| r.target.into_id()),
77
) {
0 commit comments