library: add missing_docs warning

This commit is contained in:
Antoine Martin 2020-03-20 17:53:08 +01:00
parent db3ba1b312
commit ffd40148a7

View file

@ -1,3 +1,5 @@
#![warn(missing_docs)]
use bvh::nalgebra::{Point2, Point3, Vector3}; use bvh::nalgebra::{Point2, Point3, Vector3};
pub type Point2D = Point2<f32>; pub type Point2D = Point2<f32>;