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
Summary:
Remove warning when running `rustfmt`:
```
Warning: the `version` option is deprecated. Use `style_edition` instead.
```
by replacing `version` with `style_edition` and setting its value to `2024` ([docs](https://rust-lang.github.io/rustfmt/?version=v1.8.0&search=#style_edition))
Reviewed By: dtolnay
Differential Revision: D73054142
fbshipit-source-id: bd316f8eecf1d1eaba75319f7ab2a67cc06fabbd
0 commit comments