Skip to content

Commit ea1f11b

Browse files
committed
Drop deny lints, eager Debug impls are a mixed blessing
1 parent 35f9f2d commit ea1f11b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,8 @@
501501
//! [chrono#1095]: https://github.com/chronotope/chrono/pull/1095
502502
503503
#![doc(html_root_url = "https://docs.rs/chrono/latest/", test(attr(deny(warnings))))]
504-
#![deny(missing_docs)]
505-
#![deny(missing_debug_implementations)]
506504
#![warn(unreachable_pub)]
507-
#![deny(clippy::tests_outside_test_module)]
505+
#![warn(clippy::tests_outside_test_module)]
508506
#![cfg_attr(not(any(feature = "std", test)), no_std)]
509507
#![cfg_attr(docsrs, feature(doc_cfg))]
510508

0 commit comments

Comments
 (0)