Add Document trait for config doc generation
This commit is contained in:
parent
dfb2ef5371
commit
cedeeff10b
2 changed files with 192 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
// Clippy lints
|
||||
#![warn(clippy::use_self)]
|
||||
|
||||
pub mod doc;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue