rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 21 Jan 2022 16:07:04 +0100
changeset 48646 8a452efcce3c
parent 45623 426294d06ddc
permissions -rw-r--r--
test-http-bad-server: move on test from bytes-count to pattern This specific test case is now using the new "close when a pattern is seen" approach compared to the more fragile "that many bytes were sent" approach. Since such change are still a bit noisy, we split each change in there own changesets. Differential Revision: https://phab.mercurial-scm.org/D12055

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