Add missing ?
This commit is contained in:
parent
ba5c5d7dd0
commit
1ebbef58e2
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||||
|
|
Loading…
Reference in a new issue