mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +00:00
dev: split test functions for multiple crates (#1695)
* dev: split test functions for multiple crates * build: update cargo.lock * fix: compile error
This commit is contained in:
parent
1108b39e3f
commit
647cda29a0
18 changed files with 212 additions and 165 deletions
|
|
@ -4,7 +4,7 @@ use tinymist_project::LspWorld;
|
|||
use tinymist_world::vfs::WorkspaceResolver;
|
||||
use typst::syntax::Span;
|
||||
|
||||
use crate::{analysis::Analysis, prelude::*, LspWorldExt};
|
||||
use crate::{analysis::Analysis, prelude::*};
|
||||
|
||||
use regex::RegexSet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue