view rustfmt.toml @ 45677:bdd2cdf9e248

errors: move UnknownCommand and AmbiguousCommand near CommandError They seem closely related. Differential Revision: https://phab.mercurial-scm.org/D9163
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 06 Oct 2020 21:52:27 -0700
parents 426294d06ddc
children
line wrap: on
line source

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