neilconway opened a new pull request, #20299:
URL: https://github.com/apache/datafusion/pull/20299

   ## Which issue does this PR close?
   
   - Closes #20298
   
   ## Rationale for this change
   
   This is no longer necessary with modern editions of Rust. In many cases, we 
also did `#[macro_use]`, so removing this cleans up the namespace of the file 
doing the `use`.
   
   ## What changes are included in this PR?
   
   Remove "extern crate criterion" in benchmark code, and update "use" 
statements as necessary. Along the way, remove a few unnecessary `extern crate 
arrow` and similar from the benchmark code.
   
   ## Are these changes tested?
   
   Yes, but no new tests added or needed.
   
   ## Are there any user-facing changes?
   
   No.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to