From bcf82dafcbd026139165a9300f90499c00c750d3 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 8 Jun 2021 19:30:13 +0800 Subject: [PATCH] Fix tests. --- src/fn_native.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fn_native.rs b/src/fn_native.rs index 362874d8..4fd1acb1 100644 --- a/src/fn_native.rs +++ b/src/fn_native.rs @@ -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.