Skip to content

Commit a4ac0c2

Browse files
authored
Merge pull request #2978 from dtolnay/htmlrooturl
Change serde_core's html_root_url to docs.rs/serde_core
2 parents 57e21a1 + ed76364 commit a4ac0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
////////////////////////////////////////////////////////////////////////////////
3636

3737
// Serde types in rustdoc of other crates get linked to here.
38-
#![doc(html_root_url = "https://docs.rs/serde/1.0.222")]
38+
#![doc(html_root_url = "https://docs.rs/serde_core/1.0.222")]
3939
// Support using Serde without the standard library!
4040
#![cfg_attr(not(feature = "std"), no_std)]
4141
// Show which crate feature enables conditionally compiled APIs in documentation.

0 commit comments

Comments
 (0)