library: add missing_docs warning

This commit is contained in:
Antoine Martin 2020-03-20 17:53:08 +01:00
parent db3ba1b312
commit ffd40148a7
1 changed files with 2 additions and 0 deletions

View File

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