mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 04:45:21 +00:00
fix: compile warnings (#1774)
This commit is contained in:
parent
7499dcb8c4
commit
7de64aefe5
9 changed files with 34 additions and 20 deletions
|
|
@ -3,6 +3,7 @@ use lsp_types::CodeActionContext;
|
|||
use crate::{analysis::CodeActionWorker, prelude::*, SemanticRequest};
|
||||
|
||||
pub(crate) mod proto;
|
||||
pub use proto::*;
|
||||
|
||||
/// The [`textDocument/codeAction`] request is sent from the client to the
|
||||
/// server to compute commands for a given text document and range. These
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue