From 62be4f09ed833ed2946361f17576770163896d45 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 20:31:54 -0500 Subject: Remove old-implementation references from source doc comments --- src/tz.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tz.rs') diff --git a/src/tz.rs b/src/tz.rs index 2820c59..f48833c 100644 --- a/src/tz.rs +++ b/src/tz.rs @@ -2,9 +2,8 @@ //! and offset introspection for status output. //! //! jiff exposes the real tzdb transition table, so upcoming DST changes are -//! read directly instead of probed for (the TypeScript implementation had to -//! binary-search ICU offsets; here `TimeZone::following` is exact by -//! construction). +//! read directly instead of probed for by binary-searching offsets; +//! `TimeZone::following` is exact by construction. use jiff::Timestamp; use jiff::tz::TimeZone; -- cgit v1.2.3