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
For macro invocations, struct expressions, and struct patterns, we had
shown the opening curly brace without a space in front of it. This
can make it visually difficult to distinguish from an opening
parenthesis. Using the common Rust style of putting a space in front
helps with that, so let's do that here.
0 commit comments