Skip to content

Commit 89c18c5

Browse files
committed
fix: disable bytecount/generic-simd dependency
This is a temporary measure meant to allow rustfmt to move forward with the latest subtree-push. Currently, there are issues with `bytecount/generic-simd` on the latest nightly.
1 parent 523ab42 commit 89c18c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ path = "src/git-rustfmt/main.rs"
3030
default = ["cargo-fmt", "rustfmt-format-diff"]
3131
cargo-fmt = []
3232
rustfmt-format-diff = []
33-
generic-simd = ["bytecount/generic-simd"]
33+
# FIXME(ytmimi) re-enable "bytecount/generic-simd" to the `generic-simd` features
34+
# once bytecount releases a fix. rustfmt's `generic-simd` features is breaking CI
35+
# and interfering with the next subtree-sync
36+
generic-simd = []
3437

3538
[dependencies]
3639
annotate-snippets = { version = "0.11" }

0 commit comments

Comments
 (0)