view rustfmt.toml @ 47197:2df655f682a6

automation: update rust in Linux environment Our minimum supported Rust is 1.41.1 per rust/README.rst. We also bump the modern Rust version to latest stable to stay current. Differential Revision: https://phab.mercurial-scm.org/D10675
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 May 2021 15:41:52 -0700
parents 426294d06ddc
children
line wrap: on
line source

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