mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Sans IO dispatch
This commit is contained in:
parent
1962369806
commit
b518fd0ef9
2 changed files with 4 additions and 11 deletions
|
@ -102,7 +102,7 @@ fn on_msg(
|
|||
}
|
||||
if let Some(req) = req {
|
||||
error!("unknown method: {:?}", req);
|
||||
dispatch::unknown_method(io, req)?;
|
||||
io.send(RawMsg::Response(dispatch::unknown_method(req.id)?));
|
||||
}
|
||||
}
|
||||
RawMsg::Notification(not) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue