From a8cdbae8216c65647a9aff5616d345d2e5324229 Mon Sep 17 00:00:00 2001 From: ltdk Date: Wed, 12 Aug 2026 12:58:27 -0400 Subject: [PATCH] Omit T-libs-api tag --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 62c0df5..97ead09 100644 --- a/src/main.rs +++ b/src/main.rs @@ -430,7 +430,7 @@ fn map_to_line_items<'a>( let section = if has_tags(o, &["C-future-compatibility"]) { "Compatibility Notes" - } else if has_tags(o, &["T-libs", "T-libs-api"]) { + } else if has_tags(o, &["T-libs"]) { "Libraries" } else if has_tags(o, &["T-lang"]) { "Language"