mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Fix warnings emitted when compiling as part of rustc
This commit is contained in:
parent
8ea7c9cb62
commit
35a69d09ee
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ impl<'a> SyntaxRewriter<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> ops::AddAssign for SyntaxRewriter<'_> {
|
||||
impl ops::AddAssign for SyntaxRewriter<'_> {
|
||||
fn add_assign(&mut self, rhs: SyntaxRewriter) {
|
||||
assert!(rhs.f.is_none());
|
||||
self.replacements.extend(rhs.replacements)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue