rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 29 Mar 2022 17:27:36 +0200
changeset 49125 28a6178a07a2
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: add `Debug` trait to a bunch of structs This is useful when... debugging. Right now the output is not in the most readable state it could be, but this is very low effort and is good enough for now. We may want to write a nicer custom debug formatter for some of those structs in the future. Differential Revision: https://phab.mercurial-scm.org/D12523

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