File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- use super :: * ;
21use super :: types:: OptionDeref ;
2+ use super :: * ;
33use crate :: language_client:: LanguageClient ;
44use crate :: lsp:: notification:: Notification ;
55use crate :: lsp:: request:: Request ;
@@ -23,7 +23,8 @@ impl LanguageClient {
2323 . output ( method_call. id . to_int ( ) ?, result) ?;
2424 }
2525 Call :: Notification ( lang_id, notification) => {
26- let result = self . handle_notification ( OptionDeref :: as_deref ( & lang_id) , & notification) ;
26+ let result =
27+ self . handle_notification ( OptionDeref :: as_deref ( & lang_id) , & notification) ;
2728 if let Err ( ref err) = result {
2829 if err. downcast_ref :: < LCError > ( ) . is_none ( ) {
2930 error ! (
Original file line number Diff line number Diff line change 1- use super :: * ;
21use super :: types:: OptionDeref ;
2+ use super :: * ;
33use crate :: rpcclient:: RpcClient ;
44use crate :: sign:: Sign ;
55use crate :: viewport:: Viewport ;
You can’t perform that action at this time.
0 commit comments