make clippy happier

This commit is contained in:
Brendan Hansknecht 2022-02-17 17:55:29 -08:00
parent 066cc9e3ef
commit bf6e825e25
2 changed files with 4 additions and 5 deletions

View file

@ -1028,8 +1028,7 @@ impl<
}
fn create_struct(&mut self, sym: &Symbol, layout: &Layout<'a>, fields: &'a [Symbol]) {
return self
.storage_manager
self.storage_manager
.create_struct(&mut self.buf, sym, layout, fields);
}