allow(const_static_lifetime) is for feature cargo-clippy

This commit is contained in:
David Kellum 2018-01-12 16:17:53 -08:00
parent f93c8a993d
commit 4748225550
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@
// backward compatibility, and this appeases clippy. If minimum rustc
// becomes 1.17, should be able to remove this, those 'static lifetimes,
// and use `static` in a lot of places `const` is used now.
#![allow(const_static_lifetime)]
#![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
extern crate time as oldtime;
extern crate num;