You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/02/02 20:38:03 UTC

[arrow-rs] branch master updated: Remove unsupported flag in rustfmt.toml (#1262)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1764399  Remove unsupported flag in rustfmt.toml (#1262)
1764399 is described below

commit 1764399f828bce3e8f73df288fd98c6ce5ca110a
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Wed Feb 2 15:37:59 2022 -0500

    Remove unsupported flag in rustfmt.toml (#1262)
---
 rustfmt.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rustfmt.toml b/rustfmt.toml
index 590e7cb..4522e52 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -16,7 +16,6 @@
 # under the License.
 
 edition = "2021"
-rust-version = "1.57"
 max_width = 90
 
 # ignore generated files