Fix clippy error

This commit is contained in:
Mathias Pius 2025-04-14 13:33:35 +02:00
parent bc736f2d9c
commit 46a52222e2
No known key found for this signature in database

View File

@ -127,7 +127,7 @@ where
let _ = s
.bytes()
.map(|c| nb::block!(self.write(Word::from(c))))
.last();
.next_back();
Ok(())
}
}