summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: 3054dd619a927d462cbc3d8cad8caa30351e9c29 (plain)
1
2
# std::process::Command::new may inadvertly run executables from the current working directory
disallowed-methods = ["std::process::Command::new"]