rustfmt.toml
author Georges Racinet <georges.racinet@octobus.net>
Wed, 17 Jan 2024 14:26:58 +0100
changeset 51430 187c5769a629
parent 45620 426294d06ddc
permissions -rw-r--r--
vfs: have tryunlink tell what it did It is useful in certain circumstances to know whether vfs.tryunlink() actually removed something or not, be it for logging purposes.

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