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
Recently docs built on docs.rs use the same purple colour for struct types, enum types, and type definitions.
Compare when building docs locally: only struct types are purple, enum types are green, and type definitions are orange.
Any reason for this change? Types in different colours are helpful when scanning signatures etc. Please revert to different colours for different types if possible.