aboutsummaryrefslogtreecommitdiff
path: root/server/src/ui/search.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/ui/search.rs')
-rw-r--r--server/src/ui/search.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/ui/search.rs b/server/src/ui/search.rs
index 1812130..567f000 100644
--- a/server/src/ui/search.rs
+++ b/server/src/ui/search.rs
@@ -12,7 +12,7 @@ use jellyui::{render_page, search::SearchPage};
use rocket::{get, response::content::RawHtml, serde::json::Json, Either};
#[get("/search?<query>&<page>")]
-pub async fn r_search<'a>(
+pub async fn r_search(
ri: RequestInfo,
query: Option<&str>,
page: Option<usize>,