1
Fork 0
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:
Greg Guthe 2022-01-22 11:24:33 -05:00
parent 2630894658
commit a6f8d1d9fd

View file

@ -93,7 +93,7 @@ mod test {
use std::println;
use super::ReadRng;
use crate::RngCore;
use rand::RngCore;
#[test]
fn test_reader_rng_u64() {