blob: bf7503e086c9df250034f67726e4e9a4b22174cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: `panic` should not be present in production code
--> tests/ui-toml/panic/panic.rs:11:14
|
LL | _ => panic!(""),
| ^^^^^^^^^^
|
= note: `-D clippy::panic` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::panic)]`
error: aborting due to 1 previous error
|