Deny missing documentation in fj-operations

This commit is contained in:
Hanno Braun 2022-03-17 18:04:11 +01:00
parent ef3bed51f0
commit 150e9d0498

View File

@ -4,6 +4,8 @@
//! the connection between [`fj`] and the Fornjot kernel. It translates those
//! operations into terms the kernel can understand.
#![deny(missing_docs)]
mod circle;
mod difference_2d;
mod group;