Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 212b1e9

Browse files
committed
Allow deprecated functions, because of chrono
1 parent 61c97ff commit 212b1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![cfg_attr(docsrs, feature(doc_cfg))]
1414
#![cfg_attr(feature = "simd", feature(portable_simd))]
1515
#![cfg_attr(feature = "nightly_build", feature(build_hasher_simple_hash_one))]
16+
#![allow(deprecated)] // chrono has a bunch of deprecated stuff
1617

1718
#[macro_use]
1819
pub mod array;

0 commit comments

Comments
 (0)