view rustfmt.toml @ 51413:8fc92193a2cf

phases: use a more generic way to trigger a phases computation for perf Querying the tip most revision will require the cache to warm the same as calling the dedicated method. This avoid using a method that is mostly meant for internal use and will be renamed in a coming changesets.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 22 Feb 2024 10:56:05 +0100
parents 426294d06ddc
children
line wrap: on
line source

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