Stop using deprecated str::char_* methods

Fixes deprecation warnings in the gfx crate.
This commit is contained in:
Matt Brubeck 2016-04-27 10:36:00 -07:00
parent 7e67bb788c
commit 83feda3ac2
3 changed files with 15 additions and 23 deletions

View file

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