aboutsummaryrefslogtreecommitdiff
path: root/src/index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.rs')
-rw-r--r--src/index.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.rs b/src/index.rs
index 8ac1ab3a..e490c720 100644
--- a/src/index.rs
+++ b/src/index.rs
@@ -347,7 +347,6 @@ macro_rules! ops {
impl $ty {
#[inline]
- #[allow(trivial_numeric_casts)]
fn steps_between(start: $ty, end: $ty, by: $ty) -> Option<usize> {
if by == $construct(0) { return None; }
if start < end {