New Features

  • Customizable highlighting for operators (by @allengeorge).
  • Intention to remove braces around a block with a single expression. For example to convert { 92 } to 92. (by @ujpv).

Fixes

  • Completion works for items imported with aliases.
  • Better formatting of tuple structs (by @allengeorge).
  • Fix enter handling in an empty Rust file (by @mkaput).

Refactorings

  • introduce RustPathNamedElement to get ::-separated path.
  • paths now store type parameters.