mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
Simplify
This commit is contained in:
parent
1ef4b2cb7b
commit
a044175412
18 changed files with 91 additions and 86 deletions
|
@ -130,7 +130,7 @@ impl ProcMacroServer {
|
|||
.into_iter()
|
||||
.map(|(name, kind)| ProcMacro {
|
||||
process: self.process.clone(),
|
||||
name: name.into(),
|
||||
name,
|
||||
kind,
|
||||
dylib_path: dylib.path.clone(),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue