Skip to content

Commit

Permalink
Merge pull request #855 from pocke/Remove_experimental_warning_of_rbs…
Browse files Browse the repository at this point in the history
…_collection

Remove experimental warning of rbs collection
  • Loading branch information
pocke authored Dec 23, 2021
2 parents fd93f84 + 565bca7 commit 07216e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/rbs/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,6 @@ def run_test(args, options)
end

def run_collection(args, options)
warn "warning: rbs collection is experimental, and the behavior may change until RBS v2.0"

opts = collection_options(args)
params = {}
opts.order args.drop(1), into: params
Expand Down
2 changes: 0 additions & 2 deletions lib/rbs/environment_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def add(path: nil, library: nil, version: nil)
end

def add_collection(collection_config)
warn "warning: rbs collection is experimental, and the behavior may change until RBS v2.0"

collection_config.check_rbs_availability!

repository.add(collection_config.repo_path)
Expand Down

0 comments on commit 07216e2

Please sign in to comment.