rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Jul 2021 17:19:07 +0200
changeset 47582 6bceecb28806
parent 45620 426294d06ddc
permissions -rw-r--r--
windows: make sure we fully read and cleanly close the connection Maybe this will prevent server on Windows to sometimes complains about the client closing the connection too soon. So we make sure we read everything and we officially close the connection. Hopefully Windows will be happier and the test will stop being flaky. Differential Revision: https://phab.mercurial-scm.org/D11073

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