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

This commit is contained in:
Simon Sapin 2016-03-07 18:46:44 +01:00
parent 743e0c9c87
commit 62034b956e
6 changed files with 23 additions and 2 deletions

View file

@ -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;