Fix tests for no_std

This commit is contained in:
David Palm 2018-08-09 11:09:22 +02:00
parent 7123d1d055
commit ec13c260ea
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ impl hash::Hasher for PlainHasher {
#[cfg(test)]
mod tests {
use std::hash::Hasher;
use core::hash::Hasher;
use super::PlainHasher;
#[test]