microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

style: remove unstable `rustfmt` `version` setting (replaced by auto-detected `edition`) #220

Closed wmmc88 closed 3 weeks ago

wmmc88 commented 3 weeks ago

This pull request includes a small change to the rustfmt.toml file. The change removes the unstable version = "Two" setting, which was removed and replaced with the stable edition feature. The edition setting is auto-detected from the package rust edition.

Configuration updates: