rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Jan 2023 11:25:24 +0100
changeset 49940 e3274e02d08e
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-tests: run `cargo` tests inside the `rust` folder There is no reason to only run inside the `rust/hg-cpython` folder, even if the `cargo test --all` behavior ends up being the same.

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