Rename FullRange to RangeFull
This commit is contained in:
parent
c64a96d385
commit
bf2b473816
17 changed files with 134 additions and 31 deletions
|
|
@ -68,6 +68,7 @@ use fmt;
|
|||
use iter::IteratorExt;
|
||||
use option::Option;
|
||||
use option::Option::{None, Some};
|
||||
#[cfg(stage0)]
|
||||
use ops::FullRange;
|
||||
use str;
|
||||
use str::StrExt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue