mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
docs: rename link_exprs
crate to link_expr
(#991)
This commit is contained in:
parent
57e209f7e0
commit
ca3c29fc2d
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ pub mod color_expr;
|
|||
pub use color_expr::*;
|
||||
pub mod doc_highlight;
|
||||
pub use doc_highlight::*;
|
||||
pub mod link_exprs;
|
||||
pub use link_exprs::*;
|
||||
pub mod link_expr;
|
||||
pub use link_expr::*;
|
||||
pub mod stats;
|
||||
pub use stats::*;
|
||||
pub mod definition;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//! Analyze color expressions in a source file.
|
||||
//! Analyze link expressions in a source file.
|
||||
|
||||
use std::str::FromStr;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue