allow deprecated inclusive range patterns

We still support ancient Rust.
This commit is contained in:
Brandon W Maister 2019-08-31 15:40:11 -04:00
parent a70c5cdc79
commit 6ce91fbfbb
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
//! currently Chrono supports [one built-in syntax closely resembling
//! C's `strftime` format](./strftime/index.html).
#![allow(ellipsis_inclusive_range_patterns)]
use std::fmt;
use std::str::FromStr;
use std::error::Error;