Stop using position_elem.

It is unstable and not really better than the stable alternative.
This commit is contained in:
Ms2ger 2015-06-27 18:23:05 +02:00
parent 8892f8175d
commit c9f50f41b5
2 changed files with 2 additions and 4 deletions

View file

@ -19,7 +19,6 @@
#![feature(plugin)]
#![feature(rc_unique)]
#![feature(slice_chars)]
#![feature(slice_position_elem)]
#![feature(str_utf16)]
#![feature(vec_push_all)]