Compare commits

...

1 Commits

Author SHA1 Message Date
Greg Johnston
adaa08c9df chore: resolve new warnings 2025-12-13 08:59:02 -05:00

View File

@@ -105,7 +105,7 @@
//! move || params.read().get("id").unwrap_or_default(),
//! move |id| contact_data(id)
//! );
//! todo!()
//! // ... return some view
//! }
//! ```
//!