Appease the clippy

This commit is contained in:
Michael Goulet 2023-11-23 06:17:43 +00:00
parent 191e1bc299
commit fffee10632
4 changed files with 4 additions and 4 deletions

View file

@ -170,7 +170,7 @@ fn qpath_certainty(cx: &LateContext<'_>, qpath: &QPath<'_>, resolves_to_type: bo
path_segment_certainty(cx, type_certainty(cx, ty), path_segment, resolves_to_type)
},
QPath::LangItem(lang_item, _, _) => {
QPath::LangItem(lang_item, ..) => {
cx.tcx
.lang_items()
.get(*lang_item)