view rustfmt.toml @ 51147:4ed9efb25bc7 stable

phabricator: stringify the argument to `getattr()` This fixes a "TypeError: getattr(): attribute name must be string" crash and subsequent test spew. This likely broke in 18c8c18993f0 and was missed in CI because `pytest-vcr` is missing.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 01 Dec 2023 23:58:12 -0500
parents 426294d06ddc
children
line wrap: on
line source

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