From 7a5910ce263cb45b1293c0d5717539cf38ef2349 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 4 Jul 2020 20:17:29 -0400 Subject: [PATCH] add deny(missing_docs) --- src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.rs b/src/main.rs index cbf9758..903f98d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,