rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Mar 2024 11:34:21 +0100
changeset 51596 6378d57562af
parent 45620 426294d06ddc
permissions -rw-r--r--
tags-cache: add a dedicated warm cache function to hgtagsfnodescache Having a dedicated API point will help to optimize that specific usage. Right doing a full phases weam takes a long time, even when the cache is already filled.

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