Skip to content

Commit ac11606

Browse files
committed
re-export macros
1 parent 1448e59 commit ac11606

File tree

1 file changed

+3
-0
lines changed
  • crates/formality-core/src

1 file changed

+3
-0
lines changed

crates/formality-core/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ pub use tracing::debug;
1313
pub use tracing::instrument;
1414
pub use tracing::trace;
1515

16+
// Re-export things from formality-macros.
17+
pub use formality_macros::*;
18+
1619
pub type Fallible<T> = anyhow::Result<T>;
1720

1821
pub mod binder;

0 commit comments

Comments
 (0)