rustfmt.toml
author Georges Racinet <georges.racinet@octobus.net>
Thu, 30 Mar 2023 12:14:57 +0200
changeset 50412 7ef51fff2c4f
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-revlog: explicit naming for `RevlogEntry` lifetime This matches what has been done in `revlog::changelog::ChangelogRevisionData`, and has the advantage of making things clearer when we introduce other, shorter lived lifetimes.

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