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
Presently the features and optional fields are always written to generated cargo.toml files and this is likely to turn people off from using the tool, as it smells like generated code. Prevent this by not serializing those fields when they are the defaults.
The text was updated successfully, but these errors were encountered:
Presently the
features
andoptional
fields are always written to generatedcargo.toml
files and this is likely to turn people off from using the tool, as it smells like generated code. Prevent this by not serializing those fields when they are the defaults.The text was updated successfully, but these errors were encountered: