From 2006e2e07f073a79a84194a304e4958a8739d645 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 13:26:10 +0000 Subject: format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe --- furgit.go | 1 - 1 file changed, 1 deletion(-) (limited to 'furgit.go') diff --git a/furgit.go b/furgit.go index dd263559..efd9d7c4 100644 --- a/furgit.go +++ b/furgit.go @@ -27,7 +27,6 @@ // Concurrency labels: // // - MT-Safe: safe for concurrent use. -// - MT-ReadSafe: safe for concurrent read-only use. // - MT-Unsafe: not safe for concurrent use without external synchronization. // // Dependency labels: -- cgit v1.3.1-10-gc9f91