add deny(missing_docs)

master
Edward Shen 2020-07-04 20:17:29 -04:00
parent 7faf15889a
commit 7a5910ce26
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#![forbid(unsafe_code)]
#![deny(missing_docs)]
//! Bunbun is a pure-Rust implementation of bunny1 that provides a customizable
//! search engine and quick-jump tool in one small binary. For information on
//! usage, please take a look at the readme.
use crate::config::{
get_config_data, load_custom_path_config, read_config, ConfigData, Route,