Skip to content

Commit 5065d2c

Browse files
committed
Update documentation for anychar
Signed-off-by: Tin Švagelj <[email protected]>
1 parent a44b52e commit 5065d2c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/character/complete.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ where
269269
char('\t')(input)
270270
}
271271

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.
272+
/// Matches one byte as a character.
274273
///
275274
/// *Complete version*: Will return an error if there's not enough input data.
276275
/// # Example

src/character/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ where
251251
}
252252
}
253253

254-
// Matches one byte as a character. Note that the input type will
255-
/// accept a `str`, but not a `&[u8]`, unlike many other nom parsers.
254+
/// Matches one byte as a character.
256255
///
257256
/// # Example
258257
///

0 commit comments

Comments
 (0)