Open
Description
rustfmt 1.8.0-stable 2025-03-15 4eb161250e does not reformat the following input, violating the default max_width
of 100 characters:
mod tests {
// 100 characters is ··································································· here: |
fn a_very_long_function_name_such_as_sometimes_found_in_descriptive_test_fn() -> CustomResultType
{
todo!()
}
}