From 57fb2610ad274dff1d2f2e4d43dfce05ca9c4835 Mon Sep 17 00:00:00 2001 From: Federico Pasqua Date: Sat, 14 Mar 2020 15:46:36 +0100 Subject: General upgrade for clippy fix and remove of deprecated methods for errors --- src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.rs') diff --git a/src/env.rs b/src/env.rs index ce67069..0617383 100644 --- a/src/env.rs +++ b/src/env.rs @@ -63,7 +63,7 @@ impl Default for Environment { } impl Source for Environment { - fn clone_into_box(&self) -> Box { + fn clone_into_box(&self) -> Box { Box::new((*self).clone()) } -- cgit v1.2.3