diff options
author | Florian Diebold <[email protected]> | 2020-07-12 14:26:02 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-07-15 21:04:49 +0100 |
commit | a48843a16a2306399f2f6a78c69d9192a6480c88 (patch) | |
tree | 2fbaf1c22c631e9e2278e6a33940ccf6ea98037c /crates/ra_ide_db | |
parent | b63e23e98e7dfbe57de93ebe256254825512e148 (diff) |
Use Chalk closure support
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 2 |
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)); |