view rustfmt.toml @ 51173:933551630b0d

statprof: handle `lineno == None` in more cases This continues the work from 972f3e5c94b8. We saw a crash on line 956 but I updated lots of other places as well.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 07 Dec 2023 09:31:07 -0800
parents 426294d06ddc
children
line wrap: on
line source

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