add deny(missing_docs)
This commit is contained in:
parent
7faf15889a
commit
7a5910ce26
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
#![forbid(unsafe_code)]
|
#![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::{
|
use crate::config::{
|
||||||
get_config_data, load_custom_path_config, read_config, ConfigData, Route,
|
get_config_data, load_custom_path_config, read_config, ConfigData, Route,
|
||||||
|
|
Loading…
Reference in a new issue