mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
![bors[bot]](/assets/img/avatar_default.png)
11437: [ide_completion] render if a function is async/const/unsafe in completion details r=Veykril a=jhgg this change renders in the autocomplete detail, whether a function is async/const/unsafe. i found myself wanting to know this information at a glance, so now it renders here:  Co-authored-by: Jake Heinz <jh@discordapp.com>