mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Audit and reduce unstable usage in net
Reasons behind existing unstable features: std_misc: - `Handle` usage (API will be replaced and is perhaps broken) path_ext: - Checking if a file exists. This is doable from the File directly, but slightly longer core: - `FnBox` alloc: - `boxed::into_raw()` (naming)
This commit is contained in:
parent
86add71b4c
commit
c73eaefc47
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
extern crate net_traits;
|
||||
extern crate cookie as cookie_rs;
|
||||
extern crate devtools_traits;
|
||||
extern crate collections;
|
||||
extern crate flate2;
|
||||
extern crate geom;
|
||||
extern crate hyper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue