You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace nice &[Option<Deref<Target=Event>>] EventList impl with ugly &[Option<Ref<Rc<event>>>] because Rust doesn't know how to see Ref<Rc<D>> as a Deref<D> in our weird case in gpuarray-rs :(
0 commit comments