mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
clippy + comments
This commit is contained in:
parent
3d7fb380a5
commit
ce10199bb4
3 changed files with 16 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue