mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove usage of the deprecated OwnedAsciiExt
This commit is contained in:
parent
85aa1658cc
commit
6737be1fb1
5 changed files with 7 additions and 7 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![feature(append)]
|
||||
#![feature(arc_unique)]
|
||||
#![feature(ascii)]
|
||||
#![feature(as_slice)]
|
||||
#![feature(as_unsafe_cell)]
|
||||
#![feature(borrow_state)]
|
||||
|
@ -17,7 +18,6 @@
|
|||
#![feature(hashmap_hasher)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(owned_ascii_ext)]
|
||||
#![feature(plugin)]
|
||||
#![feature(rc_unique)]
|
||||
#![feature(slice_chars)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue