collections: minor cleanup

This commit is contained in:
Erick Tryzelaar 2014-06-23 19:01:03 -04:00
parent bd9563aa38
commit 2317840c14
1 changed files with 0 additions and 2 deletions

View File

@ -265,8 +265,6 @@ pub fn hash_with_keys<T: Hash<SipState>>(k0: u64, k1: u64, value: &T) -> u64 {
state.result()
}
#[cfg(test)]
mod tests {
use test::Bencher;