rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 04 Jan 2023 00:16:52 -0500
changeset 49876 950c39918bd2
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: drop `(py3 !)` output matching predicates Presumably these were paired with `(no-py3 !)` at one point, but now they were unconditionally true. test-check-code.t required a couple of `(glob)` markers on the changed lines in test-lfs-serve-access.t, because of the `$LOCALIP` usage on those lines. Not sure how those lines slipped through the checks previously.

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