mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-18 08:10:11 +00:00
fix: Insert whitespace into trait-impl completions when coming from macros
This commit is contained in:
parent
6f006b7524
commit
86d1d9067e
6 changed files with 99 additions and 83 deletions
|
@ -33,7 +33,6 @@ mod token_text;
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub mod display;
|
||||
pub mod algo;
|
||||
pub mod ast;
|
||||
#[doc(hidden)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue