mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Remove unused abbrev require
This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
f9ffe6684e
`abbrev` is no longer used anywhere, so this commit removes the require.
https://github.com/ruby/rdoc/commit/b76775f27d
This commit is contained in:
parent
358fe26b31
commit
3e84290213
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
require 'abbrev'
|
||||
require 'optparse'
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue