diff --git a/lib/cli/tui/mod.rs b/lib/cli/tui/mod.rs index b212e35..f62cfae 100644 --- a/lib/cli/tui/mod.rs +++ b/lib/cli/tui/mod.rs @@ -16,7 +16,7 @@ macro_rules! components { $( temp_vec.push( Box::new($x) - as Box + as Box ); )* temp_vec @@ -32,7 +32,7 @@ macro_rules! children { $( map.insert( $name.to_string(), - Box::new($value) as Box + Box::new($value) as Box ); )* map