2021-10-06 21:37:46 +02:00

14 lines
512 B
TOML

msrv = "1.53"
disallowed-types = []
enforced-import-renames = [ { path = "serde_json::Value", rename = "JsonValue" } ]
standard-macro-braces = [
{ name = "btreeset", brace = "[" },
# The macro calls itself like btreemap!(...) so this triggers for any use
# { name = "btreemap", brace = "{" },
# For some reason these raise errors in some places where the macros are
# used correctly according to the config
# { name = "hashset", brace = "[" },
# { name = "hashmap", brace = "{" },
]