Skip to content

Commit

Permalink
Add a note about buffering in from_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 7, 2018
1 parent 49e544e commit e37cddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2121,6 +2121,9 @@ where

/// Deserialize an instance of type `T` from an IO stream of JSON.
///
/// The content of the IO stream is deserialized directly from the stream
/// without being buffered in memory by serde_json.
///
/// # Example
///
/// ```rust
Expand Down

0 comments on commit e37cddd

Please sign in to comment.