Skip to content

Commit

Permalink
try to fold export!() into call_init!()
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Apr 3, 2024
1 parent 820b35c commit 84b3d84
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
55 changes: 34 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ macro_rules! call_init {
$init_func(our);
}
}
export!(Component);
};
}

Expand Down

0 comments on commit 84b3d84

Please sign in to comment.