Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Oct 28, 2023
1 parent 6c22540 commit 4675dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/std/src/sections.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use alloc::vec::Vec;
use crate::conversion::force_to_u32;

/// A sections decoder for the special case of two elements
Expand Down
1 change: 1 addition & 0 deletions packages/std/src/testing/shuffle.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use alloc::vec::Vec;
/// Performs a perfect shuffle (in shuffle)
///
/// https://en.wikipedia.org/wiki/Riffle_shuffle_permutation#Perfect_shuffles
Expand Down

0 comments on commit 4675dc1

Please sign in to comment.