mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
11 lines
289 B
Text
11 lines
289 B
Text
error: usage of `process::exit`
|
|
--> $DIR/exit2.rs:4:5
|
|
|
|
|
LL | std::process::exit(3);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `-D clippy::exit` implied by `-D warnings`
|
|
= help: to override `-D warnings` add `#[allow(clippy::exit)]`
|
|
|
|
error: aborting due to previous error
|
|
|