Skip to content

Commit 9e9f8dd

Browse files
authored
Merge pull request #1777 from JohnTitor/core-ops
Import `core::ops` to use `Range` syntax
2 parents 0124440 + 0c4f9be commit 9e9f8dd

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)