view rustfmt.toml @ 45632:7d0e54056586

py3: use native string when comparing with a function's argspec I only found two such bugs in `contrib/perf.py` Differential Revision: https://phab.mercurial-scm.org/D9149
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 05 Oct 2020 10:33:52 +0200
parents 426294d06ddc
children
line wrap: on
line source

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