Skip to content

Commit 098e539

Browse files
committed
chore: construct blame::Options via Default at CLI/it; restore gix-ref to upstream state
1 parent 13f3647 commit 098e539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-ref/src/name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl<'a> convert::TryFrom<&'a str> for PartialName {
221221
}
222222
}
223223

224-
#[allow(clippy::fallible_impl_from)]
224+
#[allow(clippy::infallible_try_from)]
225225
impl<'a> convert::TryFrom<&'a FullName> for &'a PartialNameRef {
226226
type Error = Infallible;
227227

0 commit comments

Comments
 (0)