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 b9eb76f commit 7bdabffCopy full SHA for 7bdabff
src/primitives/decode.rs
@@ -442,7 +442,7 @@ impl<'s> CheckedHrpstring<'s> {
442
///
443
/// Converts the ASCII bytes representing field elements to the respective field elements.
444
#[inline]
445
- pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter {
+ pub fn fe32_iter(&self, _: u8) -> AsciiToFe32Iter {
446
AsciiToFe32Iter { iter: self.ascii.iter().copied() }
447
}
448
0 commit comments