Fix fallout of removing import_shadowing in tests.
This commit is contained in:
parent
f95e0c21aa
commit
b45d30da34
33 changed files with 97 additions and 116 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue