rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 21 Apr 2021 17:59:14 +0200
branchstable
changeset 47007 fceccc36873d
parent 45620 426294d06ddc
permissions -rw-r--r--
lint: fix failing code check 8d2b62d716b0 introduced code that `test-check-code.t` wasn't happy about, this fixes it. Differential Revision: https://phab.mercurial-scm.org/D10506

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