diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
