We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f9f2d commit ea1f11bCopy full SHA for ea1f11b
1 file changed
src/lib.rs
@@ -501,10 +501,8 @@
501
//! [chrono#1095]: https://github.com/chronotope/chrono/pull/1095
502
503
#![doc(html_root_url = "https://docs.rs/chrono/latest/", test(attr(deny(warnings))))]
504
-#![deny(missing_docs)]
505
-#![deny(missing_debug_implementations)]
506
#![warn(unreachable_pub)]
507
-#![deny(clippy::tests_outside_test_module)]
+#![warn(clippy::tests_outside_test_module)]
508
#![cfg_attr(not(any(feature = "std", test)), no_std)]
509
#![cfg_attr(docsrs, feature(doc_cfg))]
510
0 commit comments