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 bf16b9a commit df70360Copy full SHA for df70360
src/chain-libs/cardano-legacy-address/src/crc32.rs
@@ -277,7 +277,7 @@ impl Crc32 {
277
/// beware that the order in which you update the Crc32
278
/// matter.
279
#[inline]
280
- pub fn update<'a, I>(&'a mut self, bytes: I) -> &mut Self
+ pub fn update<'a, I>(&mut self, bytes: I) -> &mut Self
281
where
282
I: IntoIterator<Item = &'a u8>,
283
{
0 commit comments