Fix typo
This commit is contained in:
parent
0744497699
commit
25e8f5ded9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub fn run() {
|
|||
let req = match read_request() {
|
||||
Err(err) => {
|
||||
// Panic here, as the stdin pipe may be closed.
|
||||
// Otherwise, client will be restart the service anyway.
|
||||
// Otherwise, client will be restarted the service anyway.
|
||||
panic!("Read message error on ra_proc_macro_srv: {}", err);
|
||||
}
|
||||
Ok(None) => continue,
|
||||
|
|
Loading…
Add table
Reference in a new issue