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
Resolves#2956 by making nested options non-`Option`. Only leaf fields
should be optional. An `Option<T>` allocates as much space as `T`
regardless, so why deal with all the hassle - both for callers and
callees - of dealing with `Option<T>` for intermediate members?
0 commit comments