view rustfmt.toml @ 52172:067ec8574c33

hg-core: add FnCacheVFS This will allow us to only call back into Python to add items to the fncache, which should save us a lot of FFI overhead. This is also of course a stepping stone for more pure Rust work.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 29 Jul 2024 20:49:07 +0200
parents 426294d06ddc
children
line wrap: on
line source

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