attention: Document this module.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-31 23:08:14 +02:00
parent 2a22902408
commit d6ae1fbfb7

View file

@ -4,7 +4,12 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // 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/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
generate_empty_element!(Attention, "attention", ATTENTION); #![deny(missing_docs)]
generate_empty_element!(
/// Requests the attention of the recipient.
Attention, "attention", ATTENTION
);
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {