Fix tests.
This commit is contained in:
parent
ae9f4b5b71
commit
bcf82dafcb
@ -12,9 +12,7 @@ use crate::{
|
|||||||
use std::prelude::v1::*;
|
use std::prelude::v1::*;
|
||||||
use std::{
|
use std::{
|
||||||
convert::{TryFrom, TryInto},
|
convert::{TryFrom, TryInto},
|
||||||
fmt,
|
fmt, mem,
|
||||||
iter::once,
|
|
||||||
mem,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Trait that maps to `Send + Sync` only under the `sync` feature.
|
/// Trait that maps to `Send + Sync` only under the `sync` feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user