pub fn handle_respace_inline_without_space(
tables: &Tables,
pre_constraint: Spacing,
post_constraint: Spacing,
prev_block: Option<&ReflowBlock>,
next_block: Option<&ReflowBlock>,
segment_buffer: Vec<ErasedSegment>,
existing_results: Vec<LintResult>,
anchor_on: &str,
) -> (Vec<ErasedSegment>, Vec<LintResult>, bool)