rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 31 Oct 2023 18:09:43 +0100
changeset 51232 3551f2a1c963
parent 45620 426294d06ddc
permissions -rw-r--r--
debugindexstats: handle the lack of Rust support better We don't have any stats in the Rust index. Currently it is not known which stats would be interesting to get, so if they end up being important, we can add them later.

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