mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Move ChildbySource and HasSource impls to their corresponding modules
This commit is contained in:
parent
1ef7a2329b
commit
74eb3ecbc1
7 changed files with 229 additions and 218 deletions
|
@ -11,6 +11,8 @@
|
|||
//! projections.
|
||||
use la_arena::{Arena, ArenaMap, Idx, RawIdx};
|
||||
|
||||
// FIXME: This isn't really used anymore, at least not in a way where it does anything useful.
|
||||
// Check if we should get rid of this or make proper use of it instead.
|
||||
pub(crate) struct Trace<T, V> {
|
||||
arena: Option<Arena<T>>,
|
||||
map: Option<ArenaMap<Idx<T>, V>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue