File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212//!
1313//! Tests for this crate live in `ra_syntax` crate.
1414
15+ #![ allow( elided_lifetimes_in_paths) ]
16+
1517#[ macro_use]
1618mod token_set;
1719#[ macro_use]
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ impl<'a> SyntaxRewriter<'a> {
316316 }
317317}
318318
319- impl < ' a > ops:: AddAssign for SyntaxRewriter < ' _ > {
319+ impl ops:: AddAssign for SyntaxRewriter < ' _ > {
320320 fn add_assign ( & mut self , rhs : SyntaxRewriter ) {
321321 assert ! ( rhs. f. is_none( ) ) ;
322322 self . replacements . extend ( rhs. replacements )
Original file line number Diff line number Diff line change 1919//! [RFC]: <https://github.com/rust-lang/rfcs/pull/2256>
2020//! [Swift]: <https://github.com/apple/swift/blob/13d593df6f359d0cb2fc81cfaac273297c539455/lib/Syntax/README.md>
2121
22+ #![ allow( elided_lifetimes_in_paths) ]
23+
2224mod syntax_node;
2325mod syntax_error;
2426mod parsing;
You can’t perform that action at this time.
0 commit comments