diff --git a/crates/wdk-build/src/cargo_make.rs b/crates/wdk-build/src/cargo_make.rs index 29f4dc48..7e5cb0ac 100644 --- a/crates/wdk-build/src/cargo_make.rs +++ b/crates/wdk-build/src/cargo_make.rs @@ -653,7 +653,8 @@ pub fn setup_infverif_for_samples + ToString + ?Sized>( .parse::() .expect("Unable to parse the build number of the WDK version string as an int!"); let sample_flag = if version > MINIMUM_SAMPLES_FLAG_WDK_VERSION { - "/samples" // Note: Not currently implemented, so in samples TOML we currently skip infverif + "/samples" // Note: Not currently implemented, so in samples TOML we + // currently skip infverif } else { "/msft" }; diff --git a/rustfmt.toml b/rustfmt.toml index c6c2391f..816020c0 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -36,8 +36,5 @@ group_imports = "StdExternalCrate" # Unstable: https://github.com/rust-lang/rustfmt/issues/3363 reorder_impl_items = true -# Unstable: https://github.com/rust-lang/rustfmt/issues/3383 -version = "Two" - # Unstable: https://github.com/rust-lang/rustfmt/issues/3347 wrap_comments = true