Skip to content

Commit

Permalink
Apply readme changes from PR 864 to crate-level rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 28, 2022
1 parent 56cf16f commit c5475a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Expand Up @@ -227,10 +227,10 @@
//! });
//! ```
//!
//! 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
//!
Expand Down

0 comments on commit c5475a3

Please sign in to comment.