Remove InternalFeedback

This commit is contained in:
Ville Penttinen 2019-03-05 22:20:11 +02:00
parent 9063dabcca
commit 80347b8187

View file

@ -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;
}