Fix CI error

This commit is contained in:
Dorota Czaplejewicz
2019-09-09 15:49:25 +00:00
parent aa9523338f
commit 583b546e81

View File

@ -293,7 +293,7 @@ impl Layout {
let views = HashMap::from_iter( let views = HashMap::from_iter(
self.views.iter().map(|(name, view)| {( self.views.iter().map(|(name, view)| {(
String::from(name), name.clone(),
Box::new(::layout::View { Box::new(::layout::View {
bounds: ::layout::c::Bounds { bounds: ::layout::c::Bounds {
x: self.bounds.x, x: self.bounds.x,