diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-02 17:40:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-02 17:40:47 +0000 |
commit | d021dbeb4fa837aa0a6ec65aa9391499d78897e8 (patch) | |
tree | e355ad802b0e7bdbf00d8c6d488b1e3cd3979712 /crates/ide/src/syntax_highlighting/macro_rules.rs | |
parent | 2bd26e6afcdd7a75e1256987e5e3b460451dfff4 (diff) | |
parent | 05723cb50ddf91a57109c4dae6c99ec15cdc3d30 (diff) | |
parent | 042413c35f52286ae57e9add0a8e3fd53a981462 (diff) |
Merge #6393 #6399
6393: Remove repetitive inlay hints (take 2) r=matklad a=lnicola
6399: Keep generic annotations when qualifying things r=matklad a=Veykril
The `qualify_path` assists currently eats up already annotated generics in all but one cases which can be annoying if one already pre-fills generics of a type before it's been qualified.
Co-authored-by: Matthew Sanetra <[email protected]>
Co-authored-by: Lukas Wirth <[email protected]>