]> git.proxmox.com Git - rustc.git/blobdiff - vendor/serde_json/src/lib.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / serde_json / src / lib.rs
index 63846e7b52d6df9737fbc9cecd4d3c2a8fb59882..37d323da56f46b03421a5c4a49f6e69dc65bdd4c 100644 (file)
 //! });
 //! ```
 //!
-//! This is amazingly convenient but we have the problem we had before with
-//! `Value` which is that the IDE and Rust compiler cannot help us if we get it
-//! wrong. Serde JSON provides a better way of serializing strongly-typed data
-//! structures into JSON text.
+//! This is amazingly convenient, but we have the problem we had before with
+//! `Value`: the IDE and Rust compiler cannot help us if we get it wrong. Serde
+//! JSON provides a better way of serializing strongly-typed data structures
+//! into JSON text.
 //!
 //! # Creating JSON by serializing data structures
 //!
 //! [macro]: https://docs.serde.rs/serde_json/macro.json.html
 //! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
 
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.79")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.81")]
 // Ignored clippy lints
 #![allow(
     clippy::collapsible_else_if,