diff --git a/src/chatstates.rs b/src/chatstates.rs index 4093edbd29c805a39dbe65731dbf365ff3341413..2cb657f6fcc2c3f885eb18516e3afd33ef9ef11e 100644 --- a/src/chatstates.rs +++ b/src/chatstates.rs @@ -4,6 +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/. +#![deny(missing_docs)] + use try_from::TryFrom; use minidom::Element;