From 7edd6a148cee73e7656c676abc4dd970dbeec382 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 12 Sep 2022 14:41:33 +0200 Subject: [PATCH] doc(crypto-js): Fix module documentation. --- bindings/matrix-sdk-crypto-js/src/verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-js/src/verification.rs b/bindings/matrix-sdk-crypto-js/src/verification.rs index b417c6b51..356e61439 100644 --- a/bindings/matrix-sdk-crypto-js/src/verification.rs +++ b/bindings/matrix-sdk-crypto-js/src/verification.rs @@ -1,4 +1,4 @@ -///! Different verification types. +//! Different verification types. #[cfg(feature = "qrcode")] use std::fmt;