mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-03 18:30:55 +01:00
This commit disallows the method through clippy and switches to the async equivalents, as to not block the async runtime.
4 lines
No EOL
90 B
TOML
4 lines
No EOL
90 B
TOML
avoid-breaking-exported-api = false
|
|
disallowed-methods = [
|
|
"std::path::Path::exists"
|
|
] |