diff --git a/internals/src/error/parse_error.rs b/internals/src/error/parse_error.rs index d8a99d21..7f8903dd 100644 --- a/internals/src/error/parse_error.rs +++ b/internals/src/error/parse_error.rs @@ -6,7 +6,7 @@ /// [`InputString`](super::InputString), the type of `source` is specified as the second argument /// to the macro. /// -/// The resulting type is public, conditionally implements [`std::error::Error`] and has a private +/// The resulting type is public, conditionally implements `std::error::Error` and has a private /// `new()` method for convenience. /// /// ## Parameters