Export ty and scope macros before mod decls to sidestep a rust-analyzer issue (#4619)

This commit is contained in:
Leedehai 2024-08-05 06:03:23 -04:00 committed by GitHub
parent 5e187a5d05
commit d06a26e3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ pub mod calc;
pub mod repr;
pub mod sys;
pub use typst_macros::{scope, ty};
mod args;
mod array;
mod auto;