diff options
| author | Corey Richardson <corey@octayn.net> | 2014-03-18 12:04:23 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-18 13:47:42 -0700 |
| commit | f9e0baa19a33c2b98f502d9604dabacd8f634965 (patch) | |
| tree | ac02066166f53db9d8b8bc5a69ef3e7689770cf0 /src/libstd | |
| parent | 1607871dc2a5240177865210822238f66c1dfb2e (diff) | |
| download | rust-f9e0baa19a33c2b98f502d9604dabacd8f634965.tar.gz rust-f9e0baa19a33c2b98f502d9604dabacd8f634965.zip | |
remove duplicate methods in impls
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/str.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/str.rs b/src/libstd/str.rs index 3704e6e37eb..ccd08e8a716 100644 --- a/src/libstd/str.rs +++ b/src/libstd/str.rs @@ -2665,9 +2665,6 @@ impl<'a> StrSlice<'a> for &'a str { } #[inline] - fn char_at(&self, i: uint) -> char { self.char_range_at(i).ch } - - #[inline] fn char_range_at_reverse(&self, start: uint) -> CharRange { let mut prev = start; |
