diff options
| author | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
| commit | 83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36 (patch) | |
| tree | 43ddb3f37117e61b1caa619b72c96eafa21cf63b /src/modules/random.rs | |
| parent | fix(main.rs): enable feature for actions (diff) | |
| download | locus-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.rs | 2 |
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( |