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
As a matter of style, we should always have items (structs, fns, etc)
first in a block before any real code. This is because it's easy for the
real code to be missed if it's interspersed with items.
0 commit comments