view rustfmt.toml @ 46391:cfb6c10c08c2

rust: replace an unsafe use of transmute with a safe use of bytes-cast Differential Revision: https://phab.mercurial-scm.org/D9859
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 25 Jan 2021 11:34:23 +0100
parents 426294d06ddc
children
line wrap: on
line source

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