rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 27 Apr 2021 14:20:48 +0200
changeset 47117 60d852ae7e7b
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate-tree: Paralellize the status algorithm with Rayon The `rayon` crate exposes "parallel iterators" that work like normal iterators but dispatch work on different items to an implicit global thread pool. Differential Revision: https://phab.mercurial-scm.org/D10551

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