We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a48931 commit e0a40f6Copy full SHA for e0a40f6
tzdb_data/src/lib.rs
@@ -91,6 +91,7 @@ pub const fn find_raw(s: &[u8]) -> Option<&'static [u8]> {
91
}
92
93
94
+#[allow(clippy::ref_option)] // we cannot change `TimeZoneRef::new`'s interface
95
#[must_use]
96
const fn new_time_zone_ref(
97
transitions: &'static [tz::timezone::Transition],
0 commit comments