diff options
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( |