view rustfmt.toml @ 47771:03089463c554 stable

dirstate: fix typo in docstring Spotted while repairing git extension tests. Differential Revision: https://phab.mercurial-scm.org/D11233
author Augie Fackler <augie@google.com>
date Thu, 29 Jul 2021 17:03:35 -0400
parents 426294d06ddc
children
line wrap: on
line source

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