merge upstream

This commit is contained in:
Job
2025-12-25 16:02:56 +00:00

View File

@@ -11,6 +11,7 @@ mod paste;
// Generate random key function // Generate random key function
fn random_string() -> String { fn random_string() -> String {
// hallo
rand::thread_rng() rand::thread_rng()
.sample_iter(&Alphanumeric) .sample_iter(&Alphanumeric)
.take(5) .take(5)