Replace range::Range with std::ops::Range in text shaping code

This commit is contained in:
Matt Brubeck 2016-04-27 10:17:21 -07:00
parent ce54234262
commit 7e67bb788c
2 changed files with 44 additions and 49 deletions

View file

@ -11,6 +11,7 @@
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(range_contains)]
#![feature(str_char)]
#![feature(unique)]