view rustfmt.toml @ 46900:64400d05db1e

util: fix the signature for the pypy override of sortdict.update() PyCharm flagged this as not matching the base class signature. Not sure if there was anything supplying these extra arguments though. Differential Revision: https://phab.mercurial-scm.org/D10275
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 25 Mar 2021 20:22:00 -0400
parents 426294d06ddc
children
line wrap: on
line source

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