diff options
| author | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-05-18 18:14:43 +0200 |
|---|---|---|
| committer | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-05-18 18:14:43 +0200 |
| commit | 178e09ed3705ee7eed64cfecb02173e9f54d82b0 (patch) | |
| tree | 0c942c1a91cd0b38c04b2bb5aa025777891f4729 /src/librustdoc/html | |
| parent | 684b7b70f4940a0abfecd3d95fe339960d6048d4 (diff) | |
| download | rust-178e09ed3705ee7eed64cfecb02173e9f54d82b0.tar.gz rust-178e09ed3705ee7eed64cfecb02173e9f54d82b0.zip | |
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
Diffstat (limited to 'src/librustdoc/html')
| -rw-r--r-- | src/librustdoc/html/format.rs | 2 | ||||
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/format.rs b/src/librustdoc/html/format.rs index 299fd6b9adb..1ec02121009 100644 --- a/src/librustdoc/html/format.rs +++ b/src/librustdoc/html/format.rs @@ -15,7 +15,7 @@ use std::slice; use itertools::Either; use rustc_abi::ExternAbi; -use rustc_attr_parsing::{ConstStability, StabilityLevel, StableSince}; +use rustc_attr_data_structures::{ConstStability, StabilityLevel, StableSince}; use rustc_data_structures::fx::FxHashSet; use rustc_hir as hir; use rustc_hir::def::DefKind; diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index beaa6497b8c..3492df99955 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -49,7 +49,7 @@ use std::{fs, str}; use askama::Template; use itertools::Either; -use rustc_attr_parsing::{ +use rustc_attr_data_structures::{ ConstStability, DeprecatedSince, Deprecation, RustcVersion, StabilityLevel, StableSince, }; use rustc_data_structures::fx::{FxHashSet, FxIndexMap, FxIndexSet}; |
