Skip to content

Commit ff1b79f

Browse files
committed
fix: update the use of random
1 parent ad4ea97 commit ff1b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallpaper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use rand::Rng;
1+
use rand::RngExt;
22
use std::{
33
fs::{read_dir, DirEntry},
44
path::PathBuf,

0 commit comments

Comments
 (0)