Fix last cargo doc warnings
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
28ab91f46a
commit
9d5019ecdd
5 changed files with 10 additions and 25 deletions
|
|
@ -7,8 +7,7 @@
|
|||
//! This module implements vCard avatar updates defined in
|
||||
//! [XEP-0153](https://xmpp.org/extensions/xep-0153.html).
|
||||
//!
|
||||
//! Specifically, as it appears in <presence> stanzas, as shown in this example:
|
||||
//! https://xmpp.org/extensions/xep-0153.html#example-3
|
||||
//! Specifically, as it appears in `<presence>` stanzas, as shown in [XEP-0153 example 3](https://xmpp.org/extensions/xep-0153.html#example-3).
|
||||
//!
|
||||
//! For [XEP-0054](https://xmpp.org/extensions/xep-0054.html) vCard support,
|
||||
//! see [`vcard`][crate::vcard] module.
|
||||
|
|
|
|||
Loading…
Reference in a new issue