mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Audit and reduce unstable usage in script
Reasons behind existing unstable features: alloc: - `Rc.make_unique()` _everywhere_ core: - `intrinsics::discriminant_value` for a small optimization. Not sure what's happening here hash: - `Hasher.write_u16` (recently redesigned)
This commit is contained in:
parent
968b335f9b
commit
1be7f565e4
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate bitflags;
|
||||
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
extern crate url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue