rustfmt.toml
author pacien <pacien.trangirard@pacien.net>
Fri, 21 Apr 2023 14:32:58 +0200
changeset 50525 1a4f54574e3d
parent 45620 426294d06ddc
permissions -rw-r--r--
stabletailgraph: clarify naiveness of current implementation Both the naive and the actual versions of the algorithms are going to co-exist for the tests. This makes is clearer that this one is naive.

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