Fix some additional clippy warnings

This commit is contained in:
Andrew Brown
2020-01-09 11:46:21 -08:00
parent 71914c7668
commit e8c3302bc5
4 changed files with 8 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ pub struct FrameLayout {
impl FrameLayout {
/// Create instance of FrameLayout.
pub fn new() -> Self {
FrameLayout {
Self {
initial: vec![].into_boxed_slice(),
instructions: HashMap::new(),
}