rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 19 Oct 2022 11:24:20 -0400
changeset 49533 8d6c8a9a91f8
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: drop an unused variable assignment It's assigned again 2 lines later.

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