From 77cb6730f9265591dad141f4f9b840069c9cd2b9 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 3 Jun 2020 10:26:45 -0400 Subject: Support actix-web v2 (#30) * update dependencies - actix-web v2 - percent encoding v2.1 - rust 2018 edition - remove rustfmt no longer supported rules * ci: add feature build matrix * fix actix unit tests Co-authored-by: Mario Reder --- src/de/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/mod.rs') diff --git a/src/de/mod.rs b/src/de/mod.rs index a82a37b..923c4b9 100644 --- a/src/de/mod.rs +++ b/src/de/mod.rs @@ -38,7 +38,7 @@ mod parse; -use error::*; +use crate::error::*; use serde::de; use serde::de::IntoDeserializer; -- cgit v1.2.3