mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Feat: inline generics in const and func trait completions
This commit is contained in:
parent
0d863ccea9
commit
8e08b86304
5 changed files with 260 additions and 37 deletions
|
@ -14,6 +14,7 @@ pub mod ty_filter;
|
|||
pub mod traits;
|
||||
pub mod call_info;
|
||||
pub mod helpers;
|
||||
pub mod path_transform;
|
||||
|
||||
pub mod search;
|
||||
pub mod rename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue