rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 25 Jan 2021 11:34:23 +0100
changeset 46463 cfb6c10c08c2
parent 45623 426294d06ddc
permissions -rw-r--r--
rust: replace an unsafe use of transmute with a safe use of bytes-cast Differential Revision: https://phab.mercurial-scm.org/D9859

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