view rustfmt.toml @ 46054:fd47483f1645

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
author Simon Sapin <simon-commits@exyr.org>
date Mon, 30 Nov 2020 17:13:07 +0100
parents 426294d06ddc
children
line wrap: on
line source

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