mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
chore(clippy): deny unwrap_used
Some checks are pending
Rust / Format (push) Waiting to run
Rust / Clippy (push) Waiting to run
Rust / Test (Linux) (push) Waiting to run
Rust / Test (macOS) (push) Waiting to run
TypeScript / Typecheck (push) Waiting to run
TypeScript / Test (push) Waiting to run
TypeScript / Build (push) Waiting to run
Some checks are pending
Rust / Format (push) Waiting to run
Rust / Clippy (push) Waiting to run
Rust / Test (Linux) (push) Waiting to run
Rust / Test (macOS) (push) Waiting to run
TypeScript / Typecheck (push) Waiting to run
TypeScript / Test (push) Waiting to run
TypeScript / Build (push) Waiting to run
This commit is contained in:
parent
aa3903f8a3
commit
b8d93603f8
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ empty_structs_with_brackets = "warn"
|
|||
disallowed_methods = "deny"
|
||||
exit = "warn"
|
||||
get_unwrap = "warn"
|
||||
unwrap_used = "warn"
|
||||
unwrap_used = "deny"
|
||||
rc_buffer = "warn"
|
||||
rc_mutex = "warn"
|
||||
rest_pat_in_fully_bound_structs = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue