view rustfmt.toml @ 51966:fb4d49c52c06

rust-cpython: also accept the `filteredrevs` argument in index.headrevs The C version have been accepting this argument since Mercurial 3.2, lets align the Rust index here. This will make it possible to simplify the code in later changesets.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2024 21:43:21 +0200
parents 426294d06ddc
children
line wrap: on
line source

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