rustfmt.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 05 Aug 2022 14:18:13 +0100
branchstable
changeset 49420 55f8f3b6787f
parent 45620 426294d06ddc
permissions -rw-r--r--
test: show how purge removes ignored directories Apparently the rust code path removes ignored directories even though the pure code path doesn't. Show this in tests.

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