@@ -1367,8 +1367,6 @@ impl Date {
13671367 /// # Example: negative spans are supported
13681368 ///
13691369 /// ```
1370- /// # // See: https://github.com/rust-lang/rust/pull/121364
1371- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
13721370 /// use jiff::{civil::Date, ToSpan};
13731371 ///
13741372 /// let d = Date::constant(2024, 3, 31);
@@ -1382,8 +1380,6 @@ impl Date {
13821380 /// # Example: error on overflow
13831381 ///
13841382 /// ```
1385- /// # // See: https://github.com/rust-lang/rust/pull/121364
1386- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
13871383 /// use jiff::{civil::Date, ToSpan};
13881384 ///
13891385 /// let d = Date::constant(2024, 3, 31);
@@ -1475,8 +1471,6 @@ impl Date {
14751471 /// # Example: negative spans are supported
14761472 ///
14771473 /// ```
1478- /// # // See: https://github.com/rust-lang/rust/pull/121364
1479- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
14801474 /// use jiff::{civil::Date, ToSpan};
14811475 ///
14821476 /// let d = Date::constant(2024, 3, 31);
@@ -1490,8 +1484,6 @@ impl Date {
14901484 /// # Example: error on overflow
14911485 ///
14921486 /// ```
1493- /// # // See: https://github.com/rust-lang/rust/pull/121364
1494- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
14951487 /// use jiff::{civil::Date, ToSpan};
14961488 ///
14971489 /// let d = Date::constant(2024, 3, 31);
@@ -1543,8 +1535,6 @@ impl Date {
15431535 /// # Example: negative spans are supported
15441536 ///
15451537 /// ```
1546- /// # // See: https://github.com/rust-lang/rust/pull/121364
1547- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
15481538 /// use jiff::{civil::Date, ToSpan};
15491539 ///
15501540 /// let d = Date::constant(2024, 3, 31);
@@ -1557,8 +1547,6 @@ impl Date {
15571547 /// # Example: saturation on overflow
15581548 ///
15591549 /// ```
1560- /// # // See: https://github.com/rust-lang/rust/pull/121364
1561- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
15621550 /// use jiff::{civil::Date, ToSpan};
15631551 ///
15641552 /// let d = Date::constant(2024, 3, 31);
@@ -1616,8 +1604,6 @@ impl Date {
16161604 /// # Example: negative spans are supported
16171605 ///
16181606 /// ```
1619- /// # // See: https://github.com/rust-lang/rust/pull/121364
1620- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
16211607 /// use jiff::{civil::Date, ToSpan};
16221608 ///
16231609 /// let d = Date::constant(2024, 3, 31);
@@ -1630,8 +1616,6 @@ impl Date {
16301616 /// # Example: saturation on overflow
16311617 ///
16321618 /// ```
1633- /// # // See: https://github.com/rust-lang/rust/pull/121364
1634- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
16351619 /// use jiff::{civil::Date, ToSpan};
16361620 ///
16371621 /// let d = Date::constant(2024, 3, 31);
@@ -1685,8 +1669,6 @@ impl Date {
16851669 /// # Examples
16861670 ///
16871671 /// ```
1688- /// # // See: https://github.com/rust-lang/rust/pull/121364
1689- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
16901672 /// use jiff::{civil::Date, ToSpan};
16911673 ///
16921674 /// let earlier = Date::constant(2006, 8, 24);
@@ -1857,8 +1839,6 @@ impl Date {
18571839 /// # Examples
18581840 ///
18591841 /// ```
1860- /// # // See: https://github.com/rust-lang/rust/pull/121364
1861- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
18621842 /// use jiff::{civil::Date, ToSpan};
18631843 ///
18641844 /// let earlier = Date::constant(2006, 8, 24);
@@ -2055,8 +2035,6 @@ impl Date {
20552035 /// When did the most recent Friday the 13th occur?
20562036 ///
20572037 /// ```
2058- /// # // See: https://github.com/rust-lang/rust/pull/121364
2059- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
20602038 /// use jiff::{civil::{Date, Weekday}, ToSpan};
20612039 ///
20622040 /// let start = Date::constant(2024, 3, 13);
@@ -2711,8 +2689,6 @@ impl DateDifference {
27112689 /// This shows how to always round "up" towards positive infinity.
27122690 ///
27132691 /// ```
2714- /// # // See: https://github.com/rust-lang/rust/pull/121364
2715- /// # #![allow(unknown_lints, ambiguous_negative_literals)]
27162692 /// use jiff::{civil::{Date, DateDifference}, RoundMode, ToSpan, Unit};
27172693 ///
27182694 /// let d1 = "2024-01-15".parse::<Date>()?;
0 commit comments