We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d78020 + cf1118d commit 64dd1e0Copy full SHA for 64dd1e0
src/de.rs
@@ -41,7 +41,7 @@ where
41
/// Typically it is more convenient to use one of these methods instead:
42
///
43
/// - Deserializer::from_str
44
- /// - Deserializer::from_bytes
+ /// - Deserializer::from_slice
45
/// - Deserializer::from_reader
46
pub fn new(read: R) -> Self {
47
Deserializer {
@@ -2250,7 +2250,7 @@ where
2250
2251
2252
/// - Deserializer::from_str(...).into_iter()
2253
- /// - Deserializer::from_bytes(...).into_iter()
+ /// - Deserializer::from_slice(...).into_iter()
2254
/// - Deserializer::from_reader(...).into_iter()
2255
2256
let offset = read.byte_offset();
0 commit comments