view rustfmt.toml @ 46926:9c3e84569071

re2: adjust local variable assignment scope Pytype flagged the exception handler where these are used as `[name-error]`, and PyCharm complained they may be used before assignment. Differential Revision: https://phab.mercurial-scm.org/D10376
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 12 Apr 2021 23:31:54 -0400
parents 426294d06ddc
children
line wrap: on
line source

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