Fix fallout of removing import_shadowing in tests.

This commit is contained in:
Eduard Burtescu 2014-12-19 14:02:22 +02:00
parent f95e0c21aa
commit b45d30da34
33 changed files with 97 additions and 116 deletions

View file

@ -271,14 +271,9 @@ pub fn hash_with_keys<Sized? T: Hash<SipState>>(k0: u64, k1: u64, value: &T) ->
#[cfg(test)]
mod tests {
use test::Bencher;
use std::prelude::*;
use prelude::*;
use std::fmt;
use str::Str;
use string::String;
use slice::{AsSlice, SliceExt};
use vec::Vec;
use super::super::{Hash, Writer};
use super::{SipState, hash, hash_with_keys};