view rustfmt.toml @ 49137:66e22a4d856b

rust: remove use of `EntryState` in `DirsMultiset` Let's use the new API. Differential Revision: https://phab.mercurial-scm.org/D12535
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 12 Apr 2022 17:27:56 +0200
parents 426294d06ddc
children
line wrap: on
line source

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