Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/guidelines/universal/M-STATIC-VERIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ redundant_lifetimes = "warn"
trivial_numeric_casts = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_lifetimes = "warn"
missing_docs = "warn"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also be adding unwrap_used, along with the clippy.toml setting that turns that lint off for tests and examples?

```

### Clippy Lints
Expand Down
Loading