view rustfmt.toml @ 45646:1efbc787334c

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
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 01 Oct 2020 09:48:41 +0200
parents 426294d06ddc
children
line wrap: on
line source

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