Changelog #39
Commit: e65d48d
Release: 2020-08-24
Sponsors
Become a sponsor: opencollective.com/rust-analyzer
New Features
-
#5821Remove Unused Parameter refactoring.
-
#5695completion for unstable features.
-
#5643Add new consuming modifier to semantic syntax highlighting, apply consuming and mutable to methods. -
#5758structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. -
#5682allow disabling specific rust-analyzer diagnostics.1 2 3
{ "rust-analyzer.diagnostics.disabled": ["missing-structure-fields"], }
Internal Improvements
-
#5835publish snapshot-testing library,expect-testto crates.io: https://lib.rs/crates/expect-test. -
#5776fix eslint errors on .eslintrc.js and rollup.config.js. -
#5790improve CI time by cleaningtargetdir properly. -
#5813use lld to link rust-analyzer on Windows. -
#5824optimize unused parameters search.