remove rustdoc from lib

This commit is contained in:
mwojcik 2023-10-24 16:05:06 +08:00
parent 530d058154
commit 2ab6dc58e5

View File

@ -74,7 +74,6 @@ SOFTWARE.
clippy::fallible_impl_from clippy::fallible_impl_from
)] )]
#![deny(missing_debug_implementations)] #![deny(missing_debug_implementations)]
#![deny(rustdoc::all)]
#[cfg_attr(test, macro_use)] #[cfg_attr(test, macro_use)]
#[cfg(test)] #[cfg(test)]