Merge #3895
3895: Fix warnings emitted when compiling as part of rustc r=matklad a=matklad
bors r+
🤖
Co-authored-by: Luca Barbieri <luca@luca-barbieri.com>
This commit is contained in:
commit
4762c6d9c6
@ -316,7 +316,7 @@ fn rewrite_self(
|
||||
}
|
||||
}
|
||||
|
||||
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…
Reference in New Issue
Block a user