Skip to content

Commit 9b914f4

Browse files
author
Rehan Ali Rana
committed
Removed misplaced comment
1 parent 7eda571 commit 9b914f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ pub fn wallpaper_current_time(
5454
program: Arc<Option<String>>,
5555
times: &[Time],
5656
) -> 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
5957
let mut dir_iter = sorted_dir_iter(dir);
6058

6159
dir_iter.next();

0 commit comments

Comments
 (0)