mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Replace usage of deprecated std::cell::Ref::filter_map
This commit is contained in:
parent
743e0c9c87
commit
62034b956e
6 changed files with 23 additions and 2 deletions
|
@ -60,6 +60,7 @@ extern crate phf;
|
|||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate ref_filter_map;
|
||||
extern crate ref_slice;
|
||||
extern crate rustc_serialize;
|
||||
extern crate script_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue