diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2025-07-03 13:37:41 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2025-07-20 13:19:05 +0000 |
| commit | 258e410feb78aaa2cc897f80124bc67c949df93b (patch) | |
| tree | 2e2b36fb5bbdb30d1af19d8b84d2070d005de3c1 /compiler/rustc_middle/src/query/mod.rs | |
| parent | 8f08b3a32478b8d0507732800ecb548a76e0fd0c (diff) | |
| download | rust-258e410feb78aaa2cc897f80124bc67c949df93b.tar.gz rust-258e410feb78aaa2cc897f80124bc67c949df93b.zip | |
Unquerify maybe_unused_trait_imports.
Diffstat (limited to 'compiler/rustc_middle/src/query/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/query/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index ae8c8259be4..ad7f4973e23 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -2285,9 +2285,6 @@ rustc_queries! { query upvars_mentioned(def_id: DefId) -> Option<&'tcx FxIndexMap<hir::HirId, hir::Upvar>> { desc { |tcx| "collecting upvars mentioned in `{}`", tcx.def_path_str(def_id) } } - query maybe_unused_trait_imports(_: ()) -> &'tcx FxIndexSet<LocalDefId> { - desc { "fetching potentially unused trait imports" } - } /// All available crates in the graph, including those that should not be user-facing /// (such as private crates). |
