diff --git a/fj-operations/src/lib.rs b/fj-operations/src/lib.rs index 8be50fb9b..1632f444d 100644 --- a/fj-operations/src/lib.rs +++ b/fj-operations/src/lib.rs @@ -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;