view rustfmt.toml @ 49247:3e5f1fb2aec7

revlog: make try block smaller Making try blocks as small as possible is generally a good idea, especially when catching very general errors like TypeError.
author Manuel Jacob <me@manueljacob.de>
date Mon, 30 May 2022 00:45:00 +0200
parents 426294d06ddc
children
line wrap: on
line source

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