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
This was surprising to me because, according to https://rust-lang.github.io/rustfmt/#chain_width, the chain_width option is stable. However, it appears that the documentation for chain_width was only added a few days ago in f1a44c5, i.e. after the release from which my rustfmt was built.
To avoid this confusion, it would be great if the doc website did not just say Stable: yes on stable options, but something like Stable: since $VERSION or Stable: since $DATE.