mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
clippy::redudant_borrow
This commit is contained in:
parent
d6737e55fb
commit
c9b4ac5be4
114 changed files with 285 additions and 285 deletions
|
@ -633,7 +633,7 @@ impl<'a> TreeSink for TtTreeSink<'a> {
|
|||
}
|
||||
}
|
||||
};
|
||||
self.buf += &text;
|
||||
self.buf += text;
|
||||
self.text_pos += TextSize::of(text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue