Skip to content

Commit

Permalink
style: remove unstable rustfmt version setting (replaced by auto-…
Browse files Browse the repository at this point in the history
…detected `edition`) (#220)
  • Loading branch information
wmmc88 authored Sep 23, 2024
1 parent c3b7c4a commit b53ee91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion crates/wdk-build/src/cargo_make.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ pub fn setup_infverif_for_samples<S: AsRef<str> + ToString + ?Sized>(
.parse::<i32>()
.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"
};
Expand Down
3 changes: 0 additions & 3 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b53ee91

Please sign in to comment.