Make cancelFlycheck request a notification
This commit is contained in:
@@ -132,9 +132,8 @@ pub struct ExpandedMacro {
|
||||
|
||||
pub enum CancelFlycheck {}
|
||||
|
||||
impl Request for CancelFlycheck {
|
||||
impl Notification for CancelFlycheck {
|
||||
type Params = ();
|
||||
type Result = ();
|
||||
const METHOD: &'static str = "rust-analyzer/cancelFlycheck";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user