mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
xso: only warn on missing docs
The CI makes that an error anyway, and this allows developers to start sketching stuff without running into errors all the time (and then adding `/// TODO` to work around them).
This commit is contained in:
parent
6d642ba4a2
commit
dd76a62bdd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#![forbid(missing_docs, unsafe_code)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(missing_docs)]
|
||||
/*!
|
||||
# XML Streamed Objects -- serde-like parsing for XML
|
||||
|
||||
|
|
Loading…
Reference in a new issue