rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 Feb 2023 11:42:34 +0100
branchstable
changeset 49659 812a9fbf4380
parent 45623 426294d06ddc
permissions -rw-r--r--
rust: upgrade minimum `rayon` dependency The 1.6.0 and 1.6.1 releases fixes a soundness issue and a performance issue that are both important to us, since both correctness and performance are paramount in the Rust extensions.

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