Deny missing documentation in fj-host

This commit is contained in:
Hanno Braun 2022-03-18 16:20:13 +01:00
parent 70ec560bb5
commit 6057022574

View File

@ -3,6 +3,8 @@
//! Fornjot models are loaded into the Fornjot application as plugins. This
//! crate contains the code required to host plugins.
#![deny(missing_docs)]
use std::{
collections::{HashMap, HashSet},
ffi::OsStr,