mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move RangeIndex to associated types (avoids old impl check)
This commit is contained in:
parent
1d7b1e5c31
commit
40c9e7f72e
2 changed files with 13 additions and 14 deletions
|
@ -5,7 +5,6 @@
|
|||
#![feature(unsafe_destructor)]
|
||||
#![feature(plugin)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(old_impl_check)]
|
||||
#![feature(box_syntax)]
|
||||
|
||||
#![deny(unused_imports)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue