Deny missing documentation in fj-math

This commit is contained in:
Hanno Braun 2022-03-17 15:13:00 +01:00
parent 5df0114419
commit a3249d3510

View File

@ -25,6 +25,8 @@
//! [nalgebra]: https://nalgebra.org/
//! [Parry]: https://www.parry.rs/
#![deny(missing_docs)]
mod aabb;
mod coordinates;
mod point;