File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 60
60
61
61
#![ warn( rust_2018_idioms, unused_lifetimes) ]
62
62
63
- #[ allow( unused) ]
64
- macro_rules! eprintln {
65
- ( $( $tt: tt) * ) => { stdx:: eprintln!( $( $tt) * ) } ;
66
- }
67
-
68
63
mod assist_config;
69
64
mod assist_context;
70
65
#[ cfg( test) ]
Original file line number Diff line number Diff line change 12
12
#![ cfg_attr( feature = "in-rust-tree" , feature( rustc_private) ) ]
13
13
#![ recursion_limit = "128" ]
14
14
15
- #[ allow( unused) ]
16
- macro_rules! eprintln {
17
- ( $( $tt: tt) * ) => { stdx:: eprintln!( $( $tt) * ) } ;
18
- }
19
-
20
15
#[ cfg( test) ]
21
16
mod fixture;
22
17
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ extern crate ra_ap_rustc_lexer as rustc_lexer;
27
27
#[ cfg( feature = "in-rust-tree" ) ]
28
28
extern crate rustc_lexer;
29
29
30
- #[ allow( unused) ]
31
- macro_rules! eprintln {
32
- ( $( $tt: tt) * ) => { stdx:: eprintln!( $( $tt) * ) } ;
33
- }
34
-
35
30
mod parsing;
36
31
mod ptr;
37
32
mod syntax_error;
You can’t perform that action at this time.
0 commit comments