Skip to content

Commit 858a902

Browse files
committed
fix build failure
1 parent c47b948 commit 858a902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub fn match_def_path(tcx: TyCtxt<'_, '_, '_>, def_id: DefId, path: &[&str]) ->
9090

9191
let mut apb = AbsolutePathBuffer { names: vec![] };
9292

93-
tcx.push_item_path(&mut apb, def_id, false);
93+
tcx.push_item_path(&mut apb, def_id);
9494

9595
apb.names.len() == path.len()
9696
&& apb.names

0 commit comments

Comments
 (0)