view rustfmt.toml @ 50305:972f3e5c94b8 stable

statprof: with Python 3.12, lineno is (more) often None test-profile.t failed with errors like: TypeError: %d format: a real number is required, not NoneType statprof.py already handled None values as -1 in some cases. Do the same in more cases.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 07 Mar 2023 17:13:38 +0100
parents 426294d06ddc
children
line wrap: on
line source

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