view rustfmt.toml @ 46452:f2c4224e6648

upgrade: update only requirements if we can Upgrade operations which involves just upgrading requirements earlier used to go through whole revlog cloning business. Now we just upgrade the requirement and skip the cloning part. Differential Revision: https://phab.mercurial-scm.org/D9775
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 14 Jan 2021 16:37:10 +0530
parents 426294d06ddc
children
line wrap: on
line source

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