diff src/handle.rs @ 94:db167f96ba46

Replace todo! with unimplemented! in documentation.
author Paul Fisher <paul@pfish.zone>
date Mon, 23 Jun 2025 13:04:27 -0400
parents 5ddbcada30f2
children 51c9d7e8261a
line wrap: on
line diff
--- a/src/handle.rs	Mon Jun 23 13:02:58 2025 -0400
+++ b/src/handle.rs	Mon Jun 23 13:04:27 2025 -0400
@@ -69,7 +69,7 @@
     /// ```no_run
     /// # use nonstick::{PamShared};
     /// # use nonstick::logging::Level;
-    /// # let pam_hdl: Box<dyn PamShared> = todo!();
+    /// # let pam_hdl: Box<dyn PamShared> = unimplemented!();
     /// # let delay_ms = 100;
     /// # let url = "https://zombo.com";
     /// // Usually, instead of calling this manually, just use the macros.