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
error: `panic` should not be present in production code
--> src/lib.rs:6:9
|
6 | panic!("Peek a boo");
| ^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:1:9
|
1 | #![deny(clippy::panic)]
| ^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#panic
error: could not compile `playground` due to previous error
The text was updated successfully, but these errors were encountered:
Code
Output
The text was updated successfully, but these errors were encountered: