rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 15 Dec 2020 18:22:57 +0100
changeset 46569 34827c95092c
parent 45620 426294d06ddc
permissions -rw-r--r--
copies-rust: remove the ancestor Oracle logic We are not doing any `is_ancestor` call anymore. So we can drop that logic and associated arguments. Differential Revision: https://phab.mercurial-scm.org/D9645

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