Updates for latest rustc.

This commit is contained in:
Nathan Vegdahl 2015-02-16 22:01:22 -08:00
parent 0bc809781d
commit d3cbc7644f
2 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,6 @@ impl Index<usize> for CursorSet {
impl IndexMut<usize> for CursorSet {
type Output = Cursor;
fn index_mut<'a>(&'a mut self, _index: &usize) -> &'a mut Cursor {
&mut (self.cursors[*_index])
}

View File

@ -2,6 +2,7 @@
#![feature(io)]
#![feature(collections)]
#![feature(path)]
#![feature(unicode)]
#![feature(test)]
#![feature(std_misc)]