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.
2 parents 0124440 + 0c4f9be commit 9e9f8ddCopy full SHA for 9e9f8dd
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