Merge pull request #432 from taoweicn/patch-1

Remove duplicate code
This commit is contained in:
Elichai Turkel 2020-07-02 11:56:56 +03:00 committed by GitHub
commit 8a40c7b51a
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