mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Remove InternalFeedback
This commit is contained in:
parent
9063dabcca
commit
80347b8187
1 changed files with 0 additions and 7 deletions
|
@ -172,10 +172,3 @@ pub struct SourceChange {
|
|||
pub workspace_edit: WorkspaceEdit,
|
||||
pub cursor_position: Option<TextDocumentPositionParams>,
|
||||
}
|
||||
|
||||
pub enum InternalFeedback {}
|
||||
|
||||
impl Notification for InternalFeedback {
|
||||
const METHOD: &'static str = "internalFeedback";
|
||||
type Params = String;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue