Skip to content
Snippets Groups Projects
Unverified Commit 9e9f8dd0 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1777 from JohnTitor/core-ops

Import `core::ops` to use `Range` syntax
parents 01244405 0c4f9be4
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