diff --git a/fj-kernel/src/lib.rs b/fj-kernel/src/lib.rs index 9a647f743..7e432c703 100644 --- a/fj-kernel/src/lib.rs +++ b/fj-kernel/src/lib.rs @@ -76,6 +76,8 @@ //! on a per-shape basis. Forcing the user to deal with these issues up-front //! should lead to less work overall. +#![deny(missing_docs)] + pub mod algorithms; pub mod geometry; pub mod shape;