Skip to content

Commit d69c79a

Browse files
committed
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
1 parent 17151d7 commit d69c79a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern crate tracing;
6161
extern crate rustc_abi;
6262
extern crate rustc_apfloat;
6363
extern crate rustc_ast;
64-
extern crate rustc_attr_parsing;
64+
extern crate rustc_attr_data_structures;
6565
extern crate rustc_const_eval;
6666
extern crate rustc_data_structures;
6767
extern crate rustc_errors;

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use rand::rngs::StdRng;
1313
use rand::{Rng, SeedableRng};
1414
use rustc_abi::{Align, ExternAbi, Size};
1515
use rustc_apfloat::{Float, FloatConvert};
16-
use rustc_attr_parsing::InlineAttr;
16+
use rustc_attr_data_structures::InlineAttr;
1717
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
1818
#[allow(unused)]
1919
use rustc_data_structures::static_assert_size;

0 commit comments

Comments
 (0)