drive-by clippy fixes

This commit is contained in:
Ken Sedgwick
2025-01-20 13:01:23 -08:00
parent 835851ee52
commit 366ca24ac1
4 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ impl Borrow<[u8; 32]> for RootNoteIdBuf {
}
}
impl<'a> Borrow<[u8; 32]> for RootNoteId<'a> {
impl Borrow<[u8; 32]> for RootNoteId<'_> {
fn borrow(&self) -> &[u8; 32] {
self.0
}