view rustfmt.toml @ 49446:8c75ae3f0eea stable

tests: remove flakiness in test-nointerrupt.t The problem was that the reaction to the signal was racing against the completion of the command. Since reaction to the signal is to print a line of warning, we can fix this by waiting for that warning to appear before allowing the command to complete.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Fri, 26 Aug 2022 11:36:20 +0100
parents 426294d06ddc
children
line wrap: on
line source

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