mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-28 18:32:47 +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
|
//! Fornjot models are loaded into the Fornjot application as plugins. This
|
||||||
//! crate contains the code required to host plugins.
|
//! crate contains the code required to host plugins.
|
||||||
|
|
||||||
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::{HashMap, HashSet},
|
collections::{HashMap, HashSet},
|
||||||
ffi::OsStr,
|
ffi::OsStr,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user