File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4013,7 +4013,6 @@ dependencies = [
40134013 " log" ,
40144014 " rustc_ast" ,
40154015 " rustc_ast_pretty" ,
4016- " rustc_attr" ,
40174016 " rustc_data_structures" ,
40184017 " rustc_errors" ,
40194018 " rustc_feature" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ use crate::attributes;
2121use crate :: llvm:: AttributePlace :: Function ;
2222use crate :: llvm:: { self , Attribute } ;
2323use crate :: llvm_util;
24- pub use rustc_attr:: { self as attr , InlineAttr , OptimizeAttr } ;
24+ pub use rustc_attr:: { InlineAttr , OptimizeAttr } ;
2525
2626use crate :: context:: CodegenCx ;
2727use crate :: value:: Value ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ doctest = false
1313bitflags = " 1.0"
1414log = " 0.4"
1515rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
16- rustc_attr = { path = " ../librustc_attr" }
1716rustc_data_structures = { path = " ../librustc_data_structures" }
1817rustc_feature = { path = " ../librustc_feature" }
1918rustc_lexer = { path = " ../librustc_lexer" }
You can’t perform that action at this time.
0 commit comments