Skip to content

Commit 84b3d84

Browse files
committed
try to fold export!() into call_init!()
1 parent 820b35c commit 84b3d84

File tree

2 files changed

+35
-21
lines changed

2 files changed

+35
-21
lines changed

Cargo.lock

Lines changed: 34 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ macro_rules! call_init {
7474
$init_func(our);
7575
}
7676
}
77+
export!(Component);
7778
};
7879
}
7980

0 commit comments

Comments
 (0)