pub fn detect_confusion_type(
sm: &SourceMap,
suggested: &str,
sp: Span,
) -> ConfusionTypeExpand description
Whether the original and suggested code are visually similar enough to warrant extra wording.
pub fn detect_confusion_type(
sm: &SourceMap,
suggested: &str,
sp: Span,
) -> ConfusionTypeWhether the original and suggested code are visually similar enough to warrant extra wording.