mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
chore: Start infesting ide crates with 'db lifetime
This commit is contained in:
parent
a31e10a2fd
commit
03f1003637
79 changed files with 1214 additions and 815 deletions
|
|
@ -107,7 +107,7 @@ pub(crate) fn view_memory_layout(
|
|||
fn read_layout(
|
||||
nodes: &mut Vec<MemoryLayoutNode>,
|
||||
db: &RootDatabase,
|
||||
ty: &Type,
|
||||
ty: &Type<'_>,
|
||||
layout: &Layout,
|
||||
parent_idx: usize,
|
||||
display_target: DisplayTarget,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue