chore: resolve new warnings (#4485)

This commit is contained in:
Greg Johnston
2025-12-13 14:00:19 -05:00
committed by GitHub
parent 9733cdcfe1
commit 7864a12967

View File

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