view rustfmt.toml @ 46831:7d80622fc212

rebase: let _handleskippingobsolete(self) read directly from self The function already has `self` as an argument, so there's no need to pass data from `self` into it. Differential Revision: https://phab.mercurial-scm.org/D10246
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 12 Feb 2021 16:19:33 -0800
parents 426294d06ddc
children
line wrap: on
line source

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