2021-08-10 15:48:34 +02:00

14 lines
512 B
TOML

msrv = "1.50"
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 = "{" },
]