mirror of https://github.com/stelzo/typst.git
Export `ty` and `scope` macros before mod decls to sidestep a rust-analyzer issue (#4619)
This commit is contained in:
parent
5e187a5d05
commit
d06a26e3d8
|
|
@ -4,6 +4,8 @@ pub mod calc;
|
||||||
pub mod repr;
|
pub mod repr;
|
||||||
pub mod sys;
|
pub mod sys;
|
||||||
|
|
||||||
|
pub use typst_macros::{scope, ty};
|
||||||
|
|
||||||
mod args;
|
mod args;
|
||||||
mod array;
|
mod array;
|
||||||
mod auto;
|
mod auto;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue