Use self instead of super::types
This commit is contained in:
parent
da611fd112
commit
f54d40aff8
@ -10,7 +10,7 @@ use std::rt::io::{Reader, Writer, Decorator};
|
||||
use std::rt::io::mem::{MemWriter, BufReader};
|
||||
use std::str;
|
||||
|
||||
use super::types::range::{RangeBound, Inclusive, Exclusive, Range};
|
||||
use self::range::{RangeBound, Inclusive, Exclusive, Range};
|
||||
|
||||
pub mod range;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user