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:
Jonas Schäfer 2024-06-18 17:16:59 +02:00
parent 6d642ba4a2
commit dd76a62bdd

View file

@ -1,4 +1,5 @@
#![forbid(missing_docs, unsafe_code)]
#![forbid(unsafe_code)]
#![warn(missing_docs)]
/*!
# XML Streamed Objects -- serde-like parsing for XML