aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/change.rs
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-07-12 14:26:02 +0100
committerFlorian Diebold <[email protected]>2020-07-15 21:04:49 +0100
commita48843a16a2306399f2f6a78c69d9192a6480c88 (patch)
tree2fbaf1c22c631e9e2278e6a33940ccf6ea98037c /crates/ra_ide_db/src/change.rs
parentb63e23e98e7dfbe57de93ebe256254825512e148 (diff)
Use Chalk closure support
Diffstat (limited to 'crates/ra_ide_db/src/change.rs')
-rw-r--r--crates/ra_ide_db/src/change.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs
index d1a255dcf..d40cfeb02 100644
--- a/crates/ra_ide_db/src/change.rs
+++ b/crates/ra_ide_db/src/change.rs
@@ -281,8 +281,6 @@ impl RootDatabase {
281 // HirDatabase 281 // HirDatabase
282 hir::db::InternTypeCtorQuery 282 hir::db::InternTypeCtorQuery
283 hir::db::InternTypeParamIdQuery 283 hir::db::InternTypeParamIdQuery
284 hir::db::InternChalkImplQuery
285 hir::db::InternAssocTyValueQuery
286 ]; 284 ];
287 285
288 acc.sort_by_key(|it| std::cmp::Reverse(it.1)); 286 acc.sort_by_key(|it| std::cmp::Reverse(it.1));