diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-10 18:47:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-10 18:47:27 +0100 |
commit | 74e72e9afa58e5ba1e5a693211fc91a128e1b415 (patch) | |
tree | 04bab5818bb3c28bbed73e9789c9e72749458f6c /crates/ra_assists/src/handlers/replace_unwrap_with_match.rs | |
parent | a3dbd272e01870b309fd3b783598038c1103653a (diff) | |
parent | 2f7c30c5158a752491dfea98de5a1c6044d104f7 (diff) | |
parent | 22b75c4ceaefbaf26e63540b3e2d6705375c043c (diff) |
Merge #4394 #4414
4394: Simplify r=matklad a=Veetaha
4414: Highlighting improvements r=matklad a=matthewjasper
- `static mut`s are highlighted as `mutable`.
- The name of the macro declared by `macro_rules!` is now highlighted.
Co-authored-by: veetaha <[email protected]>
Co-authored-by: Matthew Jasper <[email protected]>