internal: flatten module hierarchy

It seems that any crate can be made better by flattening the modules
down to a single layer?
This commit is contained in:
Aleksey Kladov 2021-06-14 19:14:34 +03:00
parent 9fb67e7477
commit da534bdd07
3 changed files with 10 additions and 9 deletions

View file

@ -9,8 +9,6 @@
//! at the index that the match starts at and its tree parent is
//! resolved to the search element definition, we get a reference.
pub(crate) mod rename;
use hir::{PathResolution, Semantics};
use ide_db::{
base_db::FileId,