IntelliJ Rust Changelog #41
New Features
-
Run Clippy action (by @alygin).
-
Initial type inference for index expressions (by @Undin).
-
Name resolution for macro patterns (by @farodin91).
-
Convert some error annotations to inspections, which can be disabled (by @alygin).
-
Highlight unknown crates as errors (by @Litarvan).
Fixes
-
Restore optimistic trait matching in presence of partially inferred types.
-
Don’t jump over
>
in comments. -
Fix false positive for reassigning immutable inspection (by @alygin).
Internal Improvements
-
Speedup appveyor CI.
-
Use https to download dependencies (by @kumbayo).