rust/crates/syntax
bors[bot] 791722b70a
Merge #10998
10998: Add number representation assists r=Veykril a=errx

Reimplemented assists from this PR https://github.com/rust-analyzer/rust-analyzer/pull/3683 with current APIs.
![image](https://user-images.githubusercontent.com/462486/145726792-47700215-26f2-4fdc-9520-63d1487901e5.png)
![image](https://user-images.githubusercontent.com/462486/145726802-f528a2f7-9159-41d3-b459-fc3fae033e60.png)


I've decided not to add options about size of the groups so behaviour is similar to clippy's. 
Minimal number length is also taken from clippy.


Co-authored-by: Oleg Matrokhin <matrokhin@gmail.com>
2021-12-13 18:49:06 +00:00
..
fuzz Set MSRV 2021-10-23 15:07:11 +03:00
src Merge #10998 2021-12-13 18:49:06 +00:00
test_data fix: parse the range pat inside the tuple pat 2021-11-18 11:11:37 +08:00
Cargo.toml Bump deps 2021-12-12 13:10:21 +02:00