7526: Rename crate assists to ide_assists.

This commit is contained in:
Chetan Khilosiya 2021-02-23 00:17:48 +05:30
parent 8687053b11
commit e4756cb4f6
73 changed files with 26 additions and 26 deletions

View file

@ -1,8 +1,8 @@
//! This module implements a methods and free functions search in the specified file.
//! We have to skip tests, so cannot reuse file_structure module.
use assists::utils::test_related_attribute;
use hir::Semantics;
use ide_assists::utils::test_related_attribute;
use ide_db::RootDatabase;
use syntax::{ast, ast::NameOwner, AstNode, SyntaxNode};