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 12
12
//!
13
13
//! Tests for this crate live in `ra_syntax` crate.
14
14
15
+ #![ allow( elided_lifetimes_in_paths) ]
16
+
15
17
#[ macro_use]
16
18
mod token_set;
17
19
#[ macro_use]
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ impl<'a> SyntaxRewriter<'a> {
316
316
}
317
317
}
318
318
319
- impl < ' a > ops:: AddAssign for SyntaxRewriter < ' _ > {
319
+ impl ops:: AddAssign for SyntaxRewriter < ' _ > {
320
320
fn add_assign ( & mut self , rhs : SyntaxRewriter ) {
321
321
assert ! ( rhs. f. is_none( ) ) ;
322
322
self . replacements . extend ( rhs. replacements )
Original file line number Diff line number Diff line change 19
19
//! [RFC]: <https://github.com/rust-lang/rfcs/pull/2256>
20
20
//! [Swift]: <https://github.com/apple/swift/blob/13d593df6f359d0cb2fc81cfaac273297c539455/lib/Syntax/README.md>
21
21
22
+ #![ allow( elided_lifetimes_in_paths) ]
23
+
22
24
mod syntax_node;
23
25
mod syntax_error;
24
26
mod parsing;
You can’t perform that action at this time.
0 commit comments