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
Copy file name to clipboardExpand all lines: tests/ui/methods.stderr
+1-9
Original file line number
Diff line number
Diff line change
@@ -206,13 +206,5 @@ LL | | }
206
206
LL | | ).is_some();
207
207
| |______________________________^
208
208
209
-
error: used unwrap() on an Option value. If you don't want to handle the None case gracefully, consider using expect() to provide a better panic message
210
-
--> $DIR/methods.rs:307:13
211
-
|
212
-
LL | let _ = opt.unwrap();
213
-
| ^^^^^^^^^^^^
214
-
|
215
-
= note: `-D clippy::option-unwrap-used` implied by `-D warnings`
0 commit comments