view rustfmt.toml @ 46479:095fa99ae5f5

revlog: prepare pure parser for being overloaded The current class uses module-level variables which don't allow for reusing the current logic for a slightly different revlog version. Differential Revision: https://phab.mercurial-scm.org/D9903
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 28 Jan 2021 15:26:33 +0100
parents 426294d06ddc
children
line wrap: on
line source

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