rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 20 Nov 2020 13:55:32 -0800
changeset 45890 68260c444fd3
parent 45620 426294d06ddc
permissions -rw-r--r--
errors: let ParseError use Abort.__bytes__ The function is no longer used anywhere as far as our tests can tell, so there's no need to have a custom version of it. Differential Revision: https://phab.mercurial-scm.org/D9353

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