Skip to content

Commit 3e13e07

Browse files
committed
address new clippy lint
1 parent b7c34da commit 3e13e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl App {
8282

8383
if let Some((file_name, _)) = self.result_list.get_selected_entry() {
8484
self.context_viewer
85-
.update_if_needed(&PathBuf::from(file_name), self.theme.as_ref());
85+
.update_if_needed(PathBuf::from(file_name), self.theme.as_ref());
8686
}
8787
}
8888

0 commit comments

Comments
 (0)