Remove doc warnings for now and fix others

This commit is contained in:
Nadja Reitzenstein
2022-04-27 17:30:04 +02:00
parent 4e10a981b2
commit f4d793621c
3 changed files with 7 additions and 10 deletions

View File

@ -4,11 +4,6 @@ use std::collections::HashMap;
use serde::{Serialize, Deserialize};
mod dhall;
pub use dhall::read_config_file as read;