diff options
Diffstat (limited to 'src/func/mod.rs')
| -rw-r--r-- | src/func/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index a0875cf9..31f03c55 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -3,8 +3,8 @@ use std::any::Any; use std::collections::HashMap; use std::fmt::{self, Debug, Formatter}; - use async_trait::async_trait; + use self::prelude::*; #[macro_use] |
