diff options
Diffstat (limited to 'crates/ra_assists')
-rw-r--r-- | crates/ra_assists/src/utils.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_assists/src/utils.rs b/crates/ra_assists/src/utils.rs index 461f01536..1280a4fdc 100644 --- a/crates/ra_assists/src/utils.rs +++ b/crates/ra_assists/src/utils.rs | |||
@@ -9,8 +9,6 @@ use hir::db::HirDatabase; | |||
9 | 9 | ||
10 | use rustc_hash::FxHashSet; | 10 | use rustc_hash::FxHashSet; |
11 | 11 | ||
12 | /// Generate a collection of associated items that are missing from a | ||
13 | /// `impl Trait for` block. | ||
14 | pub fn get_missing_impl_items( | 12 | pub fn get_missing_impl_items( |
15 | db: &impl HirDatabase, | 13 | db: &impl HirDatabase, |
16 | analyzer: &hir::SourceAnalyzer, | 14 | analyzer: &hir::SourceAnalyzer, |