We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea52986 commit 02c5069Copy full SHA for 02c5069
src/lib.rs
@@ -382,7 +382,7 @@
382
//! Advanced time zone handling is not yet supported.
383
//! For now you can try the [Chrono-tz](https://github.com/chronotope/chrono-tz/) crate instead.
384
385
-#![doc(html_root_url = "https://docs.rs/chrono/latest/")]
+#![doc(html_root_url = "https://docs.rs/chrono/latest/", test(attr(deny(warnings))))]
386
#![cfg_attr(feature = "bench", feature(test))] // lib stability features as per RFC #507
387
#![deny(missing_docs)]
388
#![deny(missing_debug_implementations)]
0 commit comments