Merge branch 'gpui2' into marshall/gpui2-playground
This commit is contained in:
commit
d14dc35efe
79 changed files with 19378 additions and 371 deletions
|
@ -3607,7 +3607,7 @@ impl<V> BorrowWindowContext for EventContext<'_, '_, '_, V> {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) enum Reference<'a, T> {
|
||||
pub enum Reference<'a, T> {
|
||||
Immutable(&'a T),
|
||||
Mutable(&'a mut T),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue