rust/crates/rust-analyzer
bors[bot] d4fa6721af
Merge #8054
8054: Item movers r=matklad a=ivan770

Closes #6823

https://user-images.githubusercontent.com/14003886/111331579-b4f43480-8679-11eb-9af0-e4dabacc4923.mp4

Implementation issues:
- [ ] Most of items are non-movable, since _movability_ of any item has to be determined manually. Common ones are movable though
- [x] Cursor should move with the item

Co-authored-by: ivan770 <leshenko.ivan770@gmail.com>
2021-03-22 13:08:45 +00:00
..
src Merge #8054 2021-03-22 13:08:45 +00:00
tests/rust-analyzer a lot of clippy::style fixes 2021-03-21 16:15:41 +01:00
build.rs Improve version display 2021-03-12 19:49:00 +02:00
Cargo.toml