Skip to content
Snippets Groups Projects
Unverified Commit 0c4f9be4 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Import `core::ops` to use `Range` syntax

This is required on rust-lang/rust.
parent 01244405
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ cfg_if! {
#[allow(unused_imports)]
use core::iter;
#[allow(unused_imports)]
use core::ops;
#[allow(unused_imports)]
use core::option;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment