Skip to content

Commit 6859efa

Browse files
authored
Misc cleanup (#2330)
1 parent 4a3919b commit 6859efa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arrow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ it relies heavily on LLVM auto-vectorisation to achieve this. Unfortunately the
117117
particularly for x86_64, favour portability over performance, and LLVM will consequently avoid
118118
using more recent instructions that would result in errors on older CPUs.
119119

120-
To address this it is recommended that you specify the override the LLVM defaults either
120+
To address this it is recommended that you override the LLVM defaults either
121121
by setting the `RUSTFLAGS` environment variable, or by setting `rustflags` in your
122122
[Cargo configuration](https://doc.rust-lang.org/cargo/reference/config.html)
123123

parquet/src/util/bit_pack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ unpack!(unpack64, u64, 8, 64);
9797
#[cfg(test)]
9898
mod tests {
9999
use super::*;
100-
use rand::{thread_rng, Rng};
101100

102101
#[test]
103102
fn test_basic() {

0 commit comments

Comments
 (0)