auto merge of #5269 : Manishearth/servo/old_impl, r=jdm

Brings us to zero old impls. \o/

Feel free to add this to a larger warning fix PR
This commit is contained in:
bors-servo 2015-03-18 22:33:47 -06:00
commit 34950418ea

View file

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![old_impl_check]
use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::collections::hash_state::DefaultState;