clippy + comments

This commit is contained in:
Brian Carroll 2022-11-21 21:31:58 +00:00
parent 3d7fb380a5
commit ce10199bb4
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 16 additions and 12 deletions

View file

@ -610,6 +610,7 @@ pub struct TableSection {
impl TableSection {
const ID: SectionId = SectionId::Table;
#[allow(clippy::new_without_default)]
pub fn new() -> Self {
TableSection {
function_table: TableType {