Files
starship/clippy.toml
T

3 lines
147 B
TOML
Raw Normal View History

# std::process::Command::new may inadvertly run executables from the current working directory
disallowed-methods = ["std::process::Command::new"]