mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
shuf: fix crate relative import for vendored rand read adapter
This commit is contained in:
parent
2630894658
commit
a6f8d1d9fd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ mod test {
|
|||
use std::println;
|
||||
|
||||
use super::ReadRng;
|
||||
use crate::RngCore;
|
||||
use rand::RngCore;
|
||||
|
||||
#[test]
|
||||
fn test_reader_rng_u64() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue