Updates for latest rustc.
This commit is contained in:
parent
0bc809781d
commit
d3cbc7644f
|
@ -103,8 +103,6 @@ impl Index<usize> for CursorSet {
|
||||||
|
|
||||||
|
|
||||||
impl IndexMut<usize> for CursorSet {
|
impl IndexMut<usize> for CursorSet {
|
||||||
type Output = Cursor;
|
|
||||||
|
|
||||||
fn index_mut<'a>(&'a mut self, _index: &usize) -> &'a mut Cursor {
|
fn index_mut<'a>(&'a mut self, _index: &usize) -> &'a mut Cursor {
|
||||||
&mut (self.cursors[*_index])
|
&mut (self.cursors[*_index])
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#![feature(io)]
|
#![feature(io)]
|
||||||
#![feature(collections)]
|
#![feature(collections)]
|
||||||
#![feature(path)]
|
#![feature(path)]
|
||||||
|
#![feature(unicode)]
|
||||||
#![feature(test)]
|
#![feature(test)]
|
||||||
#![feature(std_misc)]
|
#![feature(std_misc)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user