Skip to content

Commit 0c4f9be

Browse files
committed
Import core::ops to use Range syntax
This is required on rust-lang/rust.
1 parent 0124440 commit 0c4f9be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ cfg_if! {
3939
#[allow(unused_imports)]
4040
use core::iter;
4141
#[allow(unused_imports)]
42+
use core::ops;
43+
#[allow(unused_imports)]
4244
use core::option;
4345
}
4446
}

0 commit comments

Comments
 (0)