Skip to content

Commit c51b0cd

Browse files
committed
Don't export object macros.
1 parent c0dcc2c commit c51b0cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/macros.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#[macro_export]
21
macro_rules! object_struct {
32
($name:ident) => (
43
object_struct!($name,);
@@ -46,7 +45,6 @@ macro_rules! object_struct {
4645
);
4746
}
4847

49-
#[macro_export]
5048
macro_rules! object_impl {
5149
($name:ident) => (
5250
object_impl!($name,);

0 commit comments

Comments
 (0)