We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47b948 commit 858a902Copy full SHA for 858a902
clippy_lints/src/utils/mod.rs
@@ -90,7 +90,7 @@ pub fn match_def_path(tcx: TyCtxt<'_, '_, '_>, def_id: DefId, path: &[&str]) ->
90
91
let mut apb = AbsolutePathBuffer { names: vec![] };
92
93
- tcx.push_item_path(&mut apb, def_id, false);
+ tcx.push_item_path(&mut apb, def_id);
94
95
apb.names.len() == path.len()
96
&& apb.names
0 commit comments