library: add missing_docs warning
This commit is contained in:
parent
db3ba1b312
commit
ffd40148a7
|
@ -1,3 +1,5 @@
|
|||
#![warn(missing_docs)]
|
||||
|
||||
use bvh::nalgebra::{Point2, Point3, Vector3};
|
||||
|
||||
pub type Point2D = Point2<f32>;
|
||||
|
|
Loading…
Reference in a new issue