view rustfmt.toml @ 49191:4450faeb52bb

rust: make requirements public These can be used by any client crates (including `rhg`), no need to make them private to the crate. Differential Revision: https://phab.mercurial-scm.org/D12610
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 15 Apr 2022 22:02:07 +0200
parents 426294d06ddc
children
line wrap: on
line source

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