diff options
| author | mo8it <mo8it@proton.me> | 2024-10-13 22:02:41 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-10-13 22:02:41 +0200 |
| commit | 326169a7fabacda9a21377b110371f91b32e8fd3 (patch) | |
| tree | 6cbdabd99a886d3c0d203640aae671bfe036fd1b /clippy.toml | |
| parent | 685e069c58ef02dae65381974722315ee8c84e8b (diff) | |
Improve check-all command
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml index 4a5dd06..11ec6cc 100644 --- a/clippy.toml +++ b/clippy.toml @@ -13,4 +13,6 @@ disallowed-methods = [ # Use `thread::Builder::spawn` instead and handle the error. "std::thread::spawn", "std::thread::Scope::spawn", + # Return `ExitCode` instead. + "std::process::exit", ] |
