mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Stop using deprecated str::char_*
methods
Fixes deprecation warnings in the gfx crate.
This commit is contained in:
parent
7e67bb788c
commit
83feda3ac2
3 changed files with 15 additions and 23 deletions
|
@ -12,7 +12,6 @@
|
|||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(str_char)]
|
||||
#![feature(unique)]
|
||||
|
||||
#![plugin(heapsize_plugin)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue