From 061d36476fbeec9aebaf2e9058b0ac01be3d0dd0 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Sat, 24 May 2025 22:56:49 -0700 Subject: [PATCH] Remove set library from maintainers doc, as Set is now a core class --- doc/maintainers.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/maintainers.md b/doc/maintainers.md index a216e564a5..7c939a96c8 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -234,12 +234,6 @@ have commit right, others don't. * https://github.com/ruby/securerandom * https://rubygems.org/gems/securerandom -#### lib/set.rb - -* Akinori MUSHA ([knu]) -* https://github.com/ruby/set -* https://rubygems.org/gems/set - #### lib/shellwords.rb * Akinori MUSHA ([knu])