allow deprecated inclusive range patterns
We still support ancient Rust.
This commit is contained in:
parent
a70c5cdc79
commit
6ce91fbfbb
|
@ -15,6 +15,8 @@
|
||||||
//! currently Chrono supports [one built-in syntax closely resembling
|
//! currently Chrono supports [one built-in syntax closely resembling
|
||||||
//! C's `strftime` format](./strftime/index.html).
|
//! C's `strftime` format](./strftime/index.html).
|
||||||
|
|
||||||
|
#![allow(ellipsis_inclusive_range_patterns)]
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
Loading…
Reference in New Issue