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
formatting the following code with space_after_colon=false will generate invalid code
structSomeStruct{some_field:::some_crate::Thing,}
since it removes the space between the field colon and the :: prefix on some_crate
i cant see this as very high priority because i dont know anyone who prefixes things with :: asides from maybe alloc or std, and space_after_colon=false isnt widely used, but this should probably be looked into