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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
quick_error! { /// An awesome error. #[derive(Debug)] pub enum IoWrapper { /// A cool variant Io(err: io::Error) { from() } } }
The text was updated successfully, but these errors were encountered:
allow(missing_docs) for the error variants.
allow(missing_docs)
9f71ad4
Related to #31. Waiting for tailhook/quick-error#31 to be fixed.
eebe3dc
Related to #61. Waiting for tailhook/quick-error#31 to be fixed.
Docs work for me. What error do you get? Does the warning missing_docs get suppressed?
missing_docs
Sorry, something went wrong.
Wow, I'm sorry, in fact it works...
No branches or pull requests
Example:
The text was updated successfully, but these errors were encountered: