aboutsummaryrefslogtreecommitdiff
path: root/src/modules/random.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-27 22:29:06 -0700
committerFuwn <[email protected]>2022-08-27 22:29:06 -0700
commit83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36 (patch)
tree43ddb3f37117e61b1caa619b72c96eafa21cf63b /src/modules/random.rs
parentfix(main.rs): enable feature for actions (diff)
downloadlocus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.tar.xz
locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.zip
feat: bump toolchain to nightly-2022-08-23
Diffstat (limited to 'src/modules/random.rs')
-rw-r--r--src/modules/random.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/random.rs b/src/modules/random.rs
index 799376a..9320ac6 100644
--- a/src/modules/random.rs
+++ b/src/modules/random.rs
@@ -16,7 +16,7 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-use rand::seq::SliceRandom;
+use rand::prelude::SliceRandom;
pub fn module(router: &mut windmark::Router) {
crate::route::track_mount(