view rustfmt.toml @ 48958:b8eb29ab3906

hgdemandimport: delete check for Python 3.5 We dropped support for Python 3.5. So we no longer need to do this. Differential Revision: https://phab.mercurial-scm.org/D12362
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 08 Mar 2022 19:09:35 -0800
parents 426294d06ddc
children
line wrap: on
line source

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