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.
1 parent a44b52e commit 5065d2cCopy full SHA for 5065d2c
src/character/complete.rs
@@ -269,8 +269,7 @@ where
269
char('\t')(input)
270
}
271
272
-/// Matches one byte as a character. Note that the input type will
273
-/// accept a `str`, but not a `&[u8]`, unlike many other nom parsers.
+/// Matches one byte as a character.
274
///
275
/// *Complete version*: Will return an error if there's not enough input data.
276
/// # Example
src/character/mod.rs
@@ -251,8 +251,7 @@ where
251
252
253
254
-// Matches one byte as a character. Note that the input type will
255
256
257
258
0 commit comments