Add comments.

This commit is contained in:
Crozet Sébastien
2021-04-30 11:37:58 +02:00
parent ac8ec8e351
commit 2dfbd9ae92
16 changed files with 440 additions and 164 deletions

View File

@@ -9,7 +9,7 @@
//! are compliant with the IEEE 754-2008 floating point standard.
#![deny(bare_trait_objects)]
// #![warn(missing_docs)] // TODO: re-enable this
#![warn(missing_docs)]
#[cfg(all(feature = "dim2", feature = "f32"))]
pub extern crate parry2d as parry;