mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
5 lines
129 B
TOML
5 lines
129 B
TOML
avoid-breaking-exported-api = false
|
|
disallowed-methods = [
|
|
"std::path::Path::exists",
|
|
"std::path::Path::canonicalize",
|
|
]
|