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

tustvold 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 6859efa69 Misc cleanup (#2330)
6859efa69 is described below

commit 6859efa690d4c9530cf8a24053bc6ed81025a164
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Aug 5 11:32:45 2022 +0100

    Misc cleanup (#2330)
---
 arrow/README.md              | 2 +-
 parquet/src/util/bit_pack.rs | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/arrow/README.md b/arrow/README.md
index 6ff42110e..98040be60 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -117,7 +117,7 @@ it relies heavily on LLVM auto-vectorisation to achieve 
this. Unfortunately the
 particularly for x86_64, favour portability over performance, and LLVM will 
consequently avoid
 using more recent instructions that would result in errors on older CPUs.
 
-To address this it is recommended that you specify the override the LLVM 
defaults either
+To address this it is recommended that you override the LLVM defaults either
 by setting the `RUSTFLAGS` environment variable, or by setting `rustflags` in 
your
 [Cargo configuration](https://doc.rust-lang.org/cargo/reference/config.html)
 
diff --git a/parquet/src/util/bit_pack.rs b/parquet/src/util/bit_pack.rs
index b268aa567..8cea20de2 100644
--- a/parquet/src/util/bit_pack.rs
+++ b/parquet/src/util/bit_pack.rs
@@ -97,7 +97,6 @@ unpack!(unpack64, u64, 8, 64);
 #[cfg(test)]
 mod tests {
     use super::*;
-    use rand::{thread_rng, Rng};
 
     #[test]
     fn test_basic() {

Reply via email to