diff --git a/src/ikm.rs b/src/ikm.rs index 42ecf99..c3d5604 100644 --- a/src/ikm.rs +++ b/src/ikm.rs @@ -226,7 +226,7 @@ impl InputKeyMaterialList { /// Scheme::XChaCha20Poly1305WithBlake3, /// not_before, /// not_after, - /// ); + /// )?; /// # Ok::<(), coffio::Error>(()) /// ``` #[cfg(feature = "ikm-management")]