mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-29 20:48:30 +00:00
Deny missing documentation in fj-host
This commit is contained in:
parent
70ec560bb5
commit
6057022574
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user