mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 05:06:41 +00:00
feat: move world implementation (#1183)
* feat: move world implementation * dev: remove vector ir * fix: errors * fix: clippy * fix: don't build world in web * fix: unused patches * fix: fmt * fix: docs example * fix: doc examples
This commit is contained in:
parent
a9437b2772
commit
6180e343e0
122 changed files with 7829 additions and 439 deletions
|
|
@ -177,7 +177,7 @@ impl ReferencesWorker<'_> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use reflexo::path::unix_slash;
|
||||
use tinymist_std::path::unix_slash;
|
||||
|
||||
use super::*;
|
||||
use crate::syntax::find_module_level_docs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue