From 0656b943ec62594096919d1d118f3dd093161a5f Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 14 Oct 2024 12:02:29 -0400 Subject: [PATCH] Remove stray comment --- src/iterators.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iterators.rs b/src/iterators.rs index 27a178cb0..6eecbbaeb 100644 --- a/src/iterators.rs +++ b/src/iterators.rs @@ -39,7 +39,6 @@ #![allow(clippy::float_cmp, clippy::upper_case_acronyms)] use std::collections::hash_map::DefaultHasher; -// use std::convert::TryInto; use std::hash::Hasher; use num_bigint::BigUint;