Move RangeIndex to associated types (avoids old impl check)

This commit is contained in:
Manish Goregaokar 2015-01-31 15:55:05 +05:30
parent 1d7b1e5c31
commit 40c9e7f72e
2 changed files with 13 additions and 14 deletions

View file

@ -5,7 +5,6 @@
#![feature(unsafe_destructor)]
#![feature(plugin)]
#![feature(int_uint)]
#![feature(old_impl_check)]
#![feature(box_syntax)]
#![deny(unused_imports)]