Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-str committed Feb 27, 2025
1 parent a7a75e3 commit e324a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parser/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ fn name_in_lexically_declared_names(

/// Trait to reduce boilerplate in the parser.
trait OrAbrupt<T> {
/// Will convert an `Ok(None)` to an [`Error::AbruptEnd`] or return the inner type if not.
/// Will convert an `Ok(None)` to an [`crate::error::ErrorInner::AbruptEnd`] or return the inner type if not.
fn or_abrupt(self) -> ParseResult<T>;
}

Expand Down

0 comments on commit e324a18

Please sign in to comment.