From 358548164be0078f39d7f2e514692b4fdead156e Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Thu, 23 Sep 2021 20:26:42 +0200 Subject: [PATCH] remove num_trait import --- src/bitmap/immutable.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bitmap/immutable.rs b/src/bitmap/immutable.rs index 7199a972e8..01207f7e73 100644 --- a/src/bitmap/immutable.rs +++ b/src/bitmap/immutable.rs @@ -7,7 +7,6 @@ use super::{ utils::{count_zeros, fmt, get_bit, get_bit_unchecked, BitChunk, BitChunks, BitmapIter}, MutableBitmap, }; -use num_traits::zero; /// An immutable container whose API is optimized to handle bitmaps. All quantities on this /// container's API are measured in bits.