We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core::ops
Range
1 parent 0124440 commit 0c4f9beCopy full SHA for 0c4f9be
src/lib.rs
@@ -39,6 +39,8 @@ cfg_if! {
39
#[allow(unused_imports)]
40
use core::iter;
41
42
+ use core::ops;
43
+ #[allow(unused_imports)]
44
use core::option;
45
}
46
0 commit comments