deny rust_2018_idioms

This commit is contained in:
Hirokazu Hata 2019-02-09 15:55:17 +09:00
parent c0f93a6ea3
commit e70e6eb273

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![deny(rust_2018_idioms)]
#[macro_use]
extern crate derive_new;
#[cfg(test)]