rustfmt.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 08 Jan 2024 15:25:33 +0000
branchstable
changeset 51166 ded1bad5653d
parent 45623 426294d06ddc
permissions -rw-r--r--
tests: fix nondeterministic test failure in test-contrib-perf.t It turns out (not too shockingly!) the kernel sometimes has some work to do, perhaps at the very least context-switching, so asserting the system time is 0.000000 doesn't work.

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