We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eda571 commit 9b914f4Copy full SHA for 9b914f4
src/lib.rs
@@ -54,8 +54,6 @@ pub fn wallpaper_current_time(
54
program: Arc<Option<String>>,
55
times: &[Time],
56
) -> Result<(), Box<dyn Error>> {
57
- // we should be able to unwrap the result from canonicalize since we already found
58
- // out that the directory is valid
59
let mut dir_iter = sorted_dir_iter(dir);
60
61
dir_iter.next();
0 commit comments