2022-12-01 13:13:18 -06:00
|
|
|
warning: unnecessary `unsafe` block
|
2023-10-26 11:13:20 -05:00
|
|
|
--> $DIR/expr-unsafe.rs:11:13
|
2022-12-01 13:13:18 -06:00
|
|
|
|
|
|
|
|
LL | unsafe {}
|
|
|
|
| ^^^^^^ unnecessary `unsafe` block
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2023-10-26 11:13:20 -05:00
|
|
|
--> $DIR/expr-unsafe.rs:3:9
|
2022-12-01 13:13:18 -06:00
|
|
|
|
|
|
|
|
LL | #![warn(unused_unsafe)]
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|