disallowed-methods = []
disallowed-types = []
disallowed-macros = []
allow-duplicate-crates = false
arithmetic-side-effects = false
cast-lossless = true
cast-precision-loss = "warn"
cast-possible-truncation = "warn"
cast-possible-wrap = "warn"
cast-sign-loss = "warn"
cognitive-complexity-threshold = 25
too-many-arguments-threshold = 7
too-many-lines-threshold = 100
large-error-threshold = 200
enum-variant-name-threshold = 3
verbose-bit-mask-threshold = 1
allow-expect-in-tests = true
allow-unwrap-in-tests = true
allow-dbg-in-tests = true
check-private-items = false
enforce-for-loop = false
enforce-iterate-once = false
missing-docs-in-crate-items = false
upper-case-acronyms-aggressive = false
doc-valid-idents = [".."]
missing-const-for-fn = "warn"
redundant-else = "warn"
single-char-binding-names-threshold = 4
allow-mixed-unamed-and-named = false
check-intrinsics = false
enable-raw-api = false
allow = []
warn = []
deny = []
forbid = []