You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor language client handling
Follow up to rust-lang/rust-analyzer#12847 (turns out they fixed parts of the problem)
The PR will attempt to allow us to dispose more resources at will, so that we can implement restarts for the server properly instead of restating the entire extension as well as allowing us to implement a stop command.
Closesrust-lang/rust-analyzer#12936Closesrust-lang/rust-analyzer#4697
Dead code analysis finds unused types and functions, but doesn't look at struct fields.
This could also be applied to tuple structs and enum variants.
The text was updated successfully, but these errors were encountered: