mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
870fd88165
commit
c8b7596c8c
2 changed files with 3 additions and 3 deletions
|
@ -816,7 +816,7 @@ pub fn peek_utf8_char<'a>(state: &State) -> Result<(char, usize), SyntaxError<'a
|
|||
|
||||
/// A single UTF-8-encoded char. This will both parse *and* validate that the
|
||||
/// char is valid UTF-8, but it will *not* advance the state.
|
||||
pub fn peek_utf8_char_e<'a, EOF, TE, E>(
|
||||
pub fn peek_utf8_char_e<EOF, TE, E>(
|
||||
state: &State,
|
||||
end_of_file: EOF,
|
||||
to_error: TE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue