cognitive-complexity-threshold=75# for `disallowed_method`:# https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_methoddisallowed-methods=[{path="std::io::Write::write",reason="This doesn't handle short writes, use `write_all` instead."},]