mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Move child_by_source from hir-def to hir
This commit is contained in:
parent
8244f30eff
commit
70348faf2b
9 changed files with 88 additions and 90 deletions
|
@ -1,5 +1,6 @@
|
|||
//! See `Semantics`.
|
||||
|
||||
mod child_by_source;
|
||||
mod source_to_def;
|
||||
|
||||
use std::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue