Otherwise `cargo check` errors on the `-Wclippy::…` arguments from `.cargo/config.toml`. Usage as a dependency continues to work with 1.53 for now, but since it's not changed this could soon change.
14 lines
336 B
TOML
14 lines
336 B
TOML
msrv = "1.55"
|
|
avoid-breaking-exported-api = false
|
|
disallowed-types = [
|
|
"std::collections::HashMap",
|
|
"std::collections::HashSet",
|
|
]
|
|
enforced-import-renames = [
|
|
{ path = "serde_json::Value", rename = "JsonValue" },
|
|
]
|
|
standard-macro-braces = [
|
|
{ name = "quote", brace = "{" },
|
|
{ name = "quote::quote", brace = "{" },
|
|
]
|