Fix tests.

This commit is contained in:
Stephen Chung 2021-06-08 19:30:13 +08:00
parent ae9f4b5b71
commit bcf82dafcb

View File

@ -12,9 +12,7 @@ use crate::{
use std::prelude::v1::*;
use std::{
convert::{TryFrom, TryInto},
fmt,
iter::once,
mem,
fmt, mem,
};
/// Trait that maps to `Send + Sync` only under the `sync` feature.