rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 05 Aug 2024 10:12:37 +0200
changeset 51771 1c28d9fdcd08
parent 45620 426294d06ddc
permissions -rw-r--r--
manifest: use explicit None checking in `_loadlazy` This help pytype to understand what is going on with `v` type.

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