mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
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:
parent
9fb67e7477
commit
da534bdd07
3 changed files with 10 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue