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 //! } //! ``` //!