We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e21a1 + ed76364 commit a4ac0c2Copy full SHA for a4ac0c2
serde_core/src/lib.rs
@@ -35,7 +35,7 @@
35
////////////////////////////////////////////////////////////////////////////////
36
37
// Serde types in rustdoc of other crates get linked to here.
38
-#![doc(html_root_url = "https://docs.rs/serde/1.0.222")]
+#![doc(html_root_url = "https://docs.rs/serde_core/1.0.222")]
39
// Support using Serde without the standard library!
40
#![cfg_attr(not(feature = "std"), no_std)]
41
// Show which crate feature enables conditionally compiled APIs in documentation.
0 commit comments