rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 01 Oct 2020 09:48:41 +0200
changeset 45648 1efbc787334c
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-parsers: use in-place mutation instead of allocating a new `Vec` This is not done for the `dirstate-tree` feature, since it lacks `iter_mut`. Differential Revision: https://phab.mercurial-scm.org/D9136

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