Add missing ?

This commit is contained in:
Rodolphe Bréard 2024-04-07 22:39:39 +02:00
parent ba5c5d7dd0
commit 1ebbef58e2

View file

@ -226,7 +226,7 @@ impl InputKeyMaterialList {
/// Scheme::XChaCha20Poly1305WithBlake3, /// Scheme::XChaCha20Poly1305WithBlake3,
/// not_before, /// not_before,
/// not_after, /// not_after,
/// ); /// )?;
/// # Ok::<(), coffio::Error>(()) /// # Ok::<(), coffio::Error>(())
/// ``` /// ```
#[cfg(feature = "ikm-management")] #[cfg(feature = "ikm-management")]