Skip to content

Commit

Permalink
Merge pull request #2896 from dtolnay/stabledoc
Browse files Browse the repository at this point in the history
Also link to stable proc_macro
  • Loading branch information
dtolnay authored Feb 20, 2025
2 parents 7bfd518 + 6a630cf commit e3eaa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ rustdoc-args = [
"--extern-html-root-url=core=https://doc.rust-lang.org",
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
"--extern-html-root-url=std=https://doc.rust-lang.org",
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org",
]
1 change: 1 addition & 0 deletions serde_derive_internals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ rustdoc-args = [
"--extern-html-root-url=core=https://doc.rust-lang.org",
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
"--extern-html-root-url=std=https://doc.rust-lang.org",
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org",
]

0 comments on commit e3eaa6a

Please sign in to comment.