view rustfmt.toml @ 50978:27e773aa607d

rust: implement the `Graph` trait for all revlogs This is trivial and makes all the algorithms relying on the trait usable for more use cases.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 10 Aug 2023 11:01:07 +0200
parents 426294d06ddc
children
line wrap: on
line source

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