Skip to content

Commit

Permalink
Fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Jul 20, 2024
1 parent b36e624 commit dba0b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wright/src/parser/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::borrow::Cow;

/// All the different errors that can be produced in the process of parsing.
/// The names of these should be self-describing, but in cases when one of these needs to appear in a diagnostic,
/// use [ParserErrorKind::find_description].
/// use [ParserErrorKind::describe].
#[allow(missing_docs)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum ParserErrorKind {
Expand Down

0 comments on commit dba0b87

Please sign in to comment.