Remove duplicate code

Duplicated with L38
This commit is contained in:
Tao Wei 2020-06-03 17:17:13 +08:00 committed by GitHub
parent f4e26caa94
commit ed76e0823b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@
#![deny(dead_code)]
#![deny(unused_imports)]
#![deny(missing_docs)]
#![forbid(unsafe_code)]
// In general, rust is absolutely horrid at supporting users doing things like,
// for example, compiling Rust code for real environments. Disable useless lints