Files
topgrade/clippy.toml
Thomas Schönauer 13076fcef6 10.2.0 release (#213)
2022-11-23 15:18:09 +00:00

6 lines
280 B
TOML

disallowed-methods = [
{ path = "std::process::Command::output", reason = "Use `output_checked[_with][_utf8]`" },
{ path = "std::process::Command::spawn", reason = "Use `spawn_checked`" },
{ path = "std::process::Command::status", reason = "Use `status_checked`" },
]