mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
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 sys;
|
||||
|
||||
pub use typst_macros::{scope, ty};
|
||||
|
||||
mod args;
|
||||
mod array;
|
||||
mod auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user