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

@ -82,6 +82,7 @@ num = "0.1.24"
rand = "0.3"
phf = "0.7.13"
phf_macros = "0.7.13"
ref_filter_map = "1.0"
ref_slice = "0.1.0"
rustc-serialize = "0.3"
selectors = {version = "0.5", features = ["heap_size"]}