mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 18:55:01 +00:00
dev: remove threaded_receive uses (#391)
This commit is contained in:
parent
30a446086e
commit
7cf100ec96
10 changed files with 172 additions and 223 deletions
|
@ -2,7 +2,7 @@ use once_cell::sync::OnceCell;
|
|||
|
||||
use crate::{
|
||||
adt::interner::Interned,
|
||||
analysis::{analyze_dyn_signature, find_definition, },
|
||||
analysis::{analyze_dyn_signature, find_definition},
|
||||
prelude::*,
|
||||
syntax::{get_check_target, get_deref_target, CheckTarget, ParamTarget},
|
||||
DocTooltip, LspParamInfo, SemanticRequest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue