mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Replace range::Range with std::ops::Range in text shaping code
This commit is contained in:
parent
ce54234262
commit
7e67bb788c
2 changed files with 44 additions and 49 deletions
|
@ -11,6 +11,7 @@
|
|||
#![feature(custom_derive)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(str_char)]
|
||||
#![feature(unique)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue