cognitive-complexity-threshold = 30
disallowed-methods = []
disallowed-types = []
missing-docs-in-private-items = false
warn-on-all-wildcard-imports = true
single-char-binding-names-threshold = 4
literal-representation-threshold = 10
enum-variant-size-threshold = 200
vec-box-size-threshold = 4096
stack-size-threshold = 512000
allow-expect-in-tests = true
allow-unwrap-in-tests = true
allow-print-in-tests = true
allow-expect-in-examples = false
allow-unwrap-in-examples = false
allow-print-in-examples = true
suppress-lint = []