rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 29 Mar 2022 00:58:58 +0200
changeset 49122 861dd252e2dc
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-cpython: remove unused API to `drop_entry_and_copy_source` This is not used anywhere anymore and its use cases are covered by the new API Differential Revision: https://phab.mercurial-scm.org/D12520

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