mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
4 lines
178 B
TOML
4 lines
178 B
TOML
|
disallowed-methods = [
|
||
|
{ path = "std::str::FromStr", reason = "Don't want to have stuff like `'0.0.0.0'.parse().unwrap()`. Instead implement ConcreteType::parse methods." },
|
||
|
]
|