Skip to content

Commit 86f1d6a

Browse files
Migrate doc(cfg) to new Attribute API
1 parent fd06ddf commit 86f1d6a

File tree

16 files changed

+550
-544
lines changed

16 files changed

+550
-544
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4869,6 +4869,7 @@ dependencies = [
48694869
"minifier",
48704870
"pulldown-cmark-escape",
48714871
"regex",
4872+
"rustc_proc_macro",
48724873
"rustdoc-json-types",
48734874
"serde",
48744875
"serde_json",

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ minifier = { version = "0.3.5", default-features = false }
1818
pulldown-cmark-escape = { version = "0.11.0", features = ["simd"] }
1919
regex = "1"
2020
rustdoc-json-types = { path = "../rustdoc-json-types" }
21+
rustc_proc_macro = { path = "../../compiler/rustc_proc_macro" }
2122
serde = { version = "1.0", features = ["derive"] }
2223
serde_json = "1.0"
2324
smallvec = "1.8.1"

0 commit comments

Comments
 (0)