view rustfmt.toml @ 51991:f0bee30af890 default tip

tests: replace inline `waitlock()` with `wait-on-file` script The latter scales up the timeout based on the timeout value provided to the test runner, and I was seeing timeouts on Windows when running all of the tests using all CPU cores.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 08 Oct 2024 01:06:57 -0400
parents 426294d06ddc
children
line wrap: on
line source

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