pub fn lint_line_length(
tables: &Tables,
elements: &ReflowSequenceType,
root_segment: &ErasedSegment,
single_indent: &str,
line_length_limit: usize,
allow_implicit_indents: bool,
trailing_comments: TrailingComments,
) -> (ReflowSequenceType, Vec<LintResult>)