rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 07 Oct 2024 23:24:28 -0400
changeset 52030 c76c1c948804
parent 45623 426294d06ddc
permissions -rw-r--r--
zeroconf: use str instead of bytes when indexing `globals()` I suppose since we set the key to bytes during init that it won't raise a KeyError, but this was very likely an oversight when mass-byteifying, rather than purposeful.

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true