IntelliJ Rust Changelog #33
New Features
-
Better type inference for string types (by @sirgl).
-
Place
mod.rs
files on top in project view. -
New icons for
mod.rs
and crate roots (by @mkaput).
Fixes
-
Fix unresolved lifetime false positive (by @alygin).
-
Fix NPE in file structure (
Ctrl+F12
) view (by @alygin).
Internal Improvements
- Improve resolve performance by using standard library information more efficiently.