Convert comment to module doc comment

This commit is contained in:
mb 2024-06-24 15:50:42 +02:00
parent 5c129d5285
commit 8c7e9fab85
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -10,5 +10,4 @@ pub use validate::*;
/// XEP-0004: Data Forms
pub mod data_form;
/// XEP-0122: Data Forms Validation
pub mod validate;

View file

@ -4,8 +4,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// XEP-0122: Data Forms Validation
// https://xmpp.org/extensions/xep-0122.html#usecases-datatypes
//! XEP-0122: Data Forms Validation
//! https://xmpp.org/extensions/xep-0122.html#usecases-datatypes
use std::fmt::{Display, Formatter};
use std::str::FromStr;