view rustfmt.toml @ 45907:50afeeeb7b79

errors: consistently don't use trailing "!" in "not found in manifest" message We already had some places with the same message without the trailing "!". Differential Revision: https://phab.mercurial-scm.org/D9379
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 12:31:53 -0800
parents 426294d06ddc
children
line wrap: on
line source

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