mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +00:00
refactor: rename code_exprs crate to code_expr (#981)
This commit is contained in:
parent
dd60ce5781
commit
3473fb88a5
2 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ pub mod call;
|
|||
pub use call::*;
|
||||
pub mod code_action;
|
||||
pub use code_action::*;
|
||||
pub mod color_exprs;
|
||||
pub use color_exprs::*;
|
||||
pub mod color_expr;
|
||||
pub use color_expr::*;
|
||||
pub mod link_exprs;
|
||||
pub use link_exprs::*;
|
||||
pub mod stats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue