rustfmt.toml
author Simon Sapin <simon-commits@exyr.org>
Mon, 30 Nov 2020 17:13:07 +0100
changeset 46054 fd47483f1645
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: use crossbeam-channel crate directly … instead of its reexport in the crossbeam crate. This removes two crates from the dependency graph. Differential Revision: https://phab.mercurial-scm.org/D9521

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