Use self instead of super::types

This commit is contained in:
Steven Fackler 2013-10-30 23:19:24 -07:00
parent da611fd112
commit f54d40aff8

View File

@ -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;