Skip to content

Commit 6a630cf

Browse files
committed
Also link to stable proc_macro
1 parent 7bfd518 commit 6a630cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

serde_derive/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ rustdoc-args = [
3737
"--extern-html-root-url=core=https://doc.rust-lang.org",
3838
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
3939
"--extern-html-root-url=std=https://doc.rust-lang.org",
40+
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org",
4041
]

serde_derive_internals/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ rustdoc-args = [
2727
"--extern-html-root-url=core=https://doc.rust-lang.org",
2828
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
2929
"--extern-html-root-url=std=https://doc.rust-lang.org",
30+
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org",
3031
]

0 commit comments

Comments
 (0)