From 7864a12967bfca05d5663faa042e64792c22e5e5 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sat, 13 Dec 2025 14:00:19 -0500 Subject: [PATCH] chore: resolve new warnings (#4485) --- router/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/lib.rs b/router/src/lib.rs index 5aa2b901a..c8c980d25 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -105,7 +105,7 @@ //! move || params.read().get("id").unwrap_or_default(), //! move |id| contact_data(id) //! ); -//! todo!() +//! // ... return some view //! } //! ``` //!