[ 
https://issues.apache.org/jira/browse/ARROW-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429267#comment-16429267
 ] 

ASF GitHub Bot commented on ARROW-2413:
---------------------------------------

waywardmonkeys opened a new pull request #1849: ARROW-2413: Remove useless 
calls to format!().
URL: https://github.com/apache/arrow/pull/1849
 
 
   When there are no arguments to be formatted, we might as well
   just call `to_string` instead.  This fixes a number of warnings
   from clippy.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Rust] Remove useless use of `format!`
> --------------------------------------
>
>                 Key: ARROW-2413
>                 URL: https://issues.apache.org/jira/browse/ARROW-2413
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Bruce Mitchener
>            Priority: Minor
>              Labels: pull-request-available
>
> Running clippy on Arrow's Rust implementation shows a number of places where 
> {{format!}} is being called when it isn't necessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to