You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development rules for our product say that we should use expect instead of unwrap in situations where we are confident that panic will not necessarily occur.
Task
Remove unwrap(), which is used against the rules
The text was updated successfully, but these errors were encountered:
dayeon5470
changed the title
Remove unwrap & Add clippy lint option to check the use of unwrap
Remove unwrap & Add clippy lint option to check the use of unwrapNov 20, 2024
kimhanbeom
changed the title
Remove unwrap & Add clippy lint option to check the use of unwrap
Remove unwrapNov 25, 2024
Background
expect
instead ofunwrap
in situations where we are confident thatpanic
will not necessarily occur.Task
The text was updated successfully, but these errors were encountered: