Function clippy_utils::ty::type_certainty::path_segment_certainty

source ยท
fn path_segment_certainty(
    cx: &LateContext<'_>,
    parent_certainty: Certainty,
    path_segment: &PathSegment<'_>,
    resolves_to_type: bool
) -> Certainty