Auto merge of #9903 - servo:ref-filter-map, r=nox

Replace usage of deprecated std::cell::Ref::filter_map

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9903)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-08 08:52:45 +05:30
commit b6e469cbde
6 changed files with 23 additions and 2 deletions

View file

@ -59,6 +59,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;