view rustfmt.toml @ 49943:330d88217b83 stable

resourceutil: start using importlib.resources.files() when possible This avoids DeprecationWarnings related to our use of resources.open_binary() on Python 3.11.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 12 Jan 2023 19:56:59 +0400
parents 426294d06ddc
children
line wrap: on
line source

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