diff options
Diffstat (limited to 'crates/ra_ide_db/src')
-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)); |