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
On the branch, in the index, in the table for items, we had written
`mod ident;` and `use path;` but we hadn't similarly indicated a
trailing semicolon for type aliases, const items, and static items.
Let's be consistent and indicate the trailing semicolon for those.
0 commit comments