File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4013,7 +4013,6 @@ dependencies = [
4013
4013
" log" ,
4014
4014
" rustc_ast" ,
4015
4015
" rustc_ast_pretty" ,
4016
- " rustc_attr" ,
4017
4016
" rustc_data_structures" ,
4018
4017
" rustc_errors" ,
4019
4018
" rustc_feature" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ use crate::attributes;
21
21
use crate :: llvm:: AttributePlace :: Function ;
22
22
use crate :: llvm:: { self , Attribute } ;
23
23
use crate :: llvm_util;
24
- pub use rustc_attr:: { self as attr , InlineAttr , OptimizeAttr } ;
24
+ pub use rustc_attr:: { InlineAttr , OptimizeAttr } ;
25
25
26
26
use crate :: context:: CodegenCx ;
27
27
use crate :: value:: Value ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ doctest = false
13
13
bitflags = " 1.0"
14
14
log = " 0.4"
15
15
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
16
- rustc_attr = { path = " ../librustc_attr" }
17
16
rustc_data_structures = { path = " ../librustc_data_structures" }
18
17
rustc_feature = { path = " ../librustc_feature" }
19
18
rustc_lexer = { path = " ../librustc_lexer" }
You can’t perform that action at this time.
0 commit comments