view rustfmt.toml @ 49938:e3274e02d08e

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.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 10 Jan 2023 11:25:24 +0100
parents 426294d06ddc
children
line wrap: on
line source

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