Rust Language Server v1.39.0 Release Notes
Release Date: 2019-09-20 // over 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.36.0
-
๐ Changed
- Cleaned up and converted
rls-{analysis, span}
to 2018 edition - 0๏ธโฃ Made
rls-{analysis, span}
useserde
instead ofrustc_serialize
by default - Clarified how
clippy_preference
setting works in README
โ Removed
- โ Removed support for obsolete
rustDocument/{beginBuild,diagnostics{Begin,End}}
LSP messages
๐ Fixed
- ๐ Fixed destructive formatting edits due to miscalculated newlines in diffs (#1455)
๐ [Unreleased]: https://github.com/rust-lang/rls/compare/beta...HEAD
- Cleaned up and converted