diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-10-26 18:03:58 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-10-26 18:03:58 +0900 |
| commit | ab9659620fb6607ac2e27ac143acbdafc36a4849 (patch) | |
| tree | 79d67710a151a7a586024fbaf9d280b5e53f5c85 | |
| parent | 825fbaa6df6ae3fdcc5a8a854882c4549924c52d (diff) | |
Revert "[ruby/prism] Use `cargo fmt`"
This reverts commit 4259d5b5aefd58d0bf86ad20122beee53533ff59.
This commits is wrong result of sync_default_gems.rb
| -rw-r--r-- | test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml | 2 | ||||
| -rw-r--r-- | test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml b/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml deleted file mode 100644 index e1b84c3342..0000000000 --- a/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/rustfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -max_width = 120 -match_block_trailing_comma = true diff --git a/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml b/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml deleted file mode 100644 index 9b630818e2..0000000000 --- a/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rustfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -max_width = 300 -match_block_trailing_comma = true |
