Skip to content

simplify some internal code #2709

Closed
Closed
@oli-obk

Description

@oli-obk

traits::SelectionContext::new(&infcx).infcx().predicate_must_hold(..)

should be

infcx.predicate_must_hold(..)

according to #2703 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueThese issues are a good way to get started with Clippy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions