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