We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c34da commit 3e13e07Copy full SHA for 3e13e07
src/app.rs
@@ -82,7 +82,7 @@ impl App {
82
83
if let Some((file_name, _)) = self.result_list.get_selected_entry() {
84
self.context_viewer
85
- .update_if_needed(&PathBuf::from(file_name), self.theme.as_ref());
+ .update_if_needed(PathBuf::from(file_name), self.theme.as_ref());
86
}
87
88
0 commit comments