apt-pkg-native/vendor/cc/clippy.toml
Alexander Burmatov af18754224 cargo vendor
2024-07-06 02:39:39 +03:00

5 lines
166 B
TOML

disallowed-methods = [
{ path = "std::env::var_os", reason = "Please use Build::getenv" },
{ path = "std::env::var", reason = "Please use Build::getenv" },
]