rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Mar 2024 12:03:40 +0100
branchstable
changeset 51498 25055932042a
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: fix test-patchbomb-tls.t instability The flakiness on chg is caused by a client that exit faster than the server output log. So actively wait for the server to issue the expected output (with a small timeout)

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