We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b7c76e + fbbd70c commit d52b326Copy full SHA for d52b326
src/parse/errors.rs
@@ -447,7 +447,8 @@ impl Error {
447
/// Create an unformatted error
448
///
449
/// This is for you need to pass the error up to
450
- /// a place that has access to the `App` at which point you can call [`Error::format].
+ /// a place that has access to the `App` at which point you can call [`Error::format`].
451
+ ///
452
/// Prefer [`App::error`] for generating errors.
453
454
/// [`App::error`]: crate::App::error
0 commit comments