We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b2c67 commit c2a3456Copy full SHA for c2a3456
1 file changed
src/commands/search/views/home/main_side.rs
@@ -9,7 +9,7 @@ use ratatui::Frame;
9
use std::sync::MutexGuard;
10
11
/// Create the filter input widget
12
-fn create_filter_input(app: &mut UIState) -> anyhow::Result<Paragraph> {
+fn create_filter_input(app: &mut UIState) -> anyhow::Result<Paragraph<'_>> {
13
let input = &app.collection_filter;
14
let is_filtering = app.list_is_filtering();
15
let title = util::title_string("Filter".into());
0 commit comments