view rustfmt.toml @ 51201:52bbb57a76ad

rust-index: results comparison helper with details This is a bit simpler to call and has the advantage of systematically log the encountered deviation. To avoid committing dead code, we apply it to the `pack_header` method, that was already returning the Rust result.
author Georges Racinet <georges.racinet@octobus.net>
date Fri, 29 Sep 2023 15:51:49 +0200
parents 426294d06ddc
children
line wrap: on
line source

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