-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
traits::SelectionContext::new(&infcx).infcx().predicate_must_hold(..)
should be
infcx.predicate_must_hold(..)
according to #2703 (comment)
Metadata
Metadata
Assignees
Labels
good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy