view rustfmt.toml @ 46625:3941fe53670d

error: add `hint` attribute to `SidedataHashError` This prevents an exception within an exception because `hint` does not exist. Differential Revision: https://phab.mercurial-scm.org/D10024
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 18 Feb 2021 15:07:45 +0100
parents 426294d06ddc
children
line wrap: on
line source

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