Closed
Description
It warns on:
let mut bubble_inline_sizes_separately = debug_options.bubble_widths;
if debug_options.trace_layout {
paint_threads = 1;
layout_threads = 1;
bubble_inline_sizes_separately = true;
}
While this could be rewritten, I'm not sure if it should.
Additionally, we shouldn't use span_suggestion here since the suggestion isn't valid rust code.