rust/editors
Ryan Cumming 5c6ab11453 Tweak isUnusedOrUnnecessary
The first cut was a bit rough with the blanket `unused_*` rule. This
trigger for things like `unused_mut` where the code is used but it's
suboptimal. It's misleading to grey out the code in those cases.
Instead, use an explicit list of things known to be dead code.
2019-06-25 21:44:27 +10:00
..
code Tweak isUnusedOrUnnecessary 2019-06-25 21:44:27 +10:00
emacs ra-emacs-lsp: Fix company-lsp snippet handler override 2019-06-14 20:58:03 +02:00