forbid unsafe code

master
Edward Shen 2019-12-29 00:09:18 -05:00
parent 97f5fa1455
commit 5a122371da
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
use actix_web::{middleware::Logger, App, HttpServer};
use clap::{crate_authors, crate_version, load_yaml, App as ClapApp};
use error::BunBunError;