]> git.lizzy.rs Git - rust.git/blob - tests/ui-toml/await_holding_invalid_type/clippy.toml
[arithmetic-side-effects]: Consider user-provided pairs
[rust.git] / tests / ui-toml / await_holding_invalid_type / clippy.toml
1 await-holding-invalid-types = [
2     { path = "std::string::String", reason = "strings are bad" },
3     "std::net::Ipv4Addr",
4 ]