mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Convert comment to module doc comment
This commit is contained in:
parent
5c129d5285
commit
8c7e9fab85
2 changed files with 2 additions and 3 deletions
|
@ -10,5 +10,4 @@ pub use validate::*;
|
|||
/// XEP-0004: Data Forms
|
||||
pub mod data_form;
|
||||
|
||||
/// XEP-0122: Data Forms Validation
|
||||
pub mod validate;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue