Skip to content

Commit f19dd27

Browse files
committed
chore: fix wrong documentation code snippet
1 parent 4265bfe commit f19dd27

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ pub enum ParserError {
7171
/// Expected a specific symbol but found something else.
7272
///
7373
/// Fields: `(line, column, expected_symbol, found_token)`
74-
/// ```
7574
#[error("{0}:{1}: expected {2} but got {3}")]
7675
ExpectedSymbol(u32, u32, Symbol, String),
7776

0 commit comments

Comments
 (0)