Skip to content

Commit f54d40a

Browse files
committed
Use self instead of super::types
1 parent da611fd commit f54d40a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::rt::io::{Reader, Writer, Decorator};
1010
use std::rt::io::mem::{MemWriter, BufReader};
1111
use std::str;
1212

13-
use super::types::range::{RangeBound, Inclusive, Exclusive, Range};
13+
use self::range::{RangeBound, Inclusive, Exclusive, Range};
1414

1515
pub mod range;
1616

0 commit comments

Comments
 (0)