chatstates: Prevent compilation if the module isn’t properly documented.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-29 06:26:50 +01:00
parent a04c395122
commit d55fa8e5dd

View file

@ -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;