Disable warnings on windows.

This commit is contained in:
Josh Matthews 2021-05-28 00:40:26 -04:00 committed by GitHub
parent a883b594cc
commit 3fce671f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
#![cfg(test)]
#![allow(dead_code)]
#[macro_use]
extern crate lazy_static;