Skip to content

Commit f293b34

Browse files
committed
Remove unused argument on CheckedHrpstring::fe32_iter
1 parent f7d846e commit f293b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ impl<'s> CheckedHrpstring<'s> {
444444
///
445445
/// Converts the ASCII bytes representing field elements to the respective field elements.
446446
#[inline]
447-
pub fn fe32_iter(&self, _: u8) -> AsciiToFe32Iter {
447+
pub fn fe32_iter(&self) -> AsciiToFe32Iter {
448448
AsciiToFe32Iter { iter: self.ascii.iter().copied() }
449449
}
450450

0 commit comments

Comments
 (0)