High
Rust
Use anyhow and thiserror for errors
Official
Rule Description
`anyhow::Result` for applications (easy error propagation). `thiserror` for libraries (custom error types). context() for error messages.
Included in Rulesets
Code Review Standards
214 rules • 0 standards
Add This Rule
Sign in to add this rule to your workspace
Sign in with GitHubDetails
- Severity
- High
- Category
- Rust
- Used in
- 1 ruleset