mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 00:23:41 +00:00
Remove InternalFeedback
This commit is contained in:
parent
9063dabcca
commit
80347b8187
@ -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 New Issue
Block a user