Skip to content

Commit

Permalink
Misc cleanup (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Aug 5, 2022
1 parent 4a3919b commit 6859efa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion arrow/README.md
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion parquet/src/util/bit_pack.rs
Expand Up @@ -97,7 +97,6 @@ unpack!(unpack64, u64, 8, 64);
#[cfg(test)]
mod tests {
use super::*;
use rand::{thread_rng, Rng};

#[test]
fn test_basic() {
Expand Down

0 comments on commit 6859efa

Please sign in to comment.