From 583b546e81d694e620f76a98b1c0ebd635e1ffe2 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 9 Sep 2019 15:49:25 +0000 Subject: [PATCH] Fix CI error --- src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.rs b/src/data.rs index 492f91fa..6546bfbc 100644 --- a/src/data.rs +++ b/src/data.rs @@ -293,7 +293,7 @@ impl Layout { let views = HashMap::from_iter( self.views.iter().map(|(name, view)| {( - String::from(name), + name.clone(), Box::new(::layout::View { bounds: ::layout::c::Bounds { x: self.bounds.x,