From c3b537015e5bd9ac571cac96a3967a6d9ea48989 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 11 Nov 2024 10:53:45 -0500 Subject: [PATCH] Downstream-only: Omit doctests that require icu --- COMPARE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPARE.md b/COMPARE.md index 6ebf29c..8bdab4f 100644 --- a/COMPARE.md +++ b/COMPARE.md @@ -1129,7 +1129,7 @@ timestamp or duration type. `icu` can be used to complement `jiff` when localized date formatting or calendar conversions are required: -```rust +```ignore use icu::{ calendar::{japanese::Japanese, DateTime}, datetime::TypedDateTimeFormatter, -- 2.47.0