pesde/clippy.toml

5 lines
129 B
TOML

avoid-breaking-exported-api = false
disallowed-methods = [
"std::path::Path::exists",
"std::path::Path::canonicalize",
]