diff options
| author | Eric Huss <eric@huss.org> | 2025-02-13 12:20:55 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2025-02-13 12:20:55 -0800 |
| commit | b7c975b22e557e41c5110006c371018ef310691a (patch) | |
| tree | ecf204bb14a09f16f1c3b2940c2c775f11a19fb7 /library/std/tests/env_modify.rs | |
| parent | ef34064679afd2e307dc0b3aff2023b668e12ac7 (diff) | |
| download | rust-b7c975b22e557e41c5110006c371018ef310691a.tar.gz rust-b7c975b22e557e41c5110006c371018ef310691a.zip | |
library: Update rand to 0.9.0
Diffstat (limited to 'library/std/tests/env_modify.rs')
| -rw-r--r-- | library/std/tests/env_modify.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/tests/env_modify.rs b/library/std/tests/env_modify.rs index 60747447350..af151d08851 100644 --- a/library/std/tests/env_modify.rs +++ b/library/std/tests/env_modify.rs @@ -4,7 +4,7 @@ use std::env::*; use std::ffi::{OsStr, OsString}; -use rand::distributions::{Alphanumeric, DistString}; +use rand::distr::{Alphanumeric, SampleString}; mod common; use std::thread; |
