diff --git a/parsers/src/lib.rs b/parsers/src/lib.rs index c0ad7eebb2f78eee2c15ad308135a0fc06f7a5fe..d5aae8104b3d6b324fa44e03dd24746dd84ee0c5 100644 --- a/parsers/src/lib.rs +++ b/parsers/src/lib.rs @@ -21,7 +21,7 @@ // 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)] +#![warn(missing_docs)] pub use crate::util::error::Error; pub use jid::{BareJid, FullJid, Jid, JidParseError};