Skip to content

Commit

Permalink
pin nightly to create reproducible linting result in public dependenc…
Browse files Browse the repository at this point in the history
…y check
  • Loading branch information
torfmaster committed Aug 5, 2024
1 parent b64868e commit cdd617d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-07-01
- name: build
run: |
echo "#![deny(exported_private_dependencies)]" | cat - src/lib.rs > src/lib.rs.0
Expand Down
1 change: 1 addition & 0 deletions src/buffer_par.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(exported_private_dependencies)]
use rayon::iter::plumbing::*;
use rayon::iter::{IndexedParallelIterator, ParallelIterator};
use rayon::slice::{ChunksExact, ChunksExactMut, ParallelSlice, ParallelSliceMut};
Expand Down

0 comments on commit cdd617d

Please sign in to comment.