From 565bca7f6644674ebe262b8f6ea79a6b9b812d4a Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Thu, 23 Dec 2021 17:38:17 +0900 Subject: [PATCH] Remove experimental warning of rbs collection --- lib/rbs/cli.rb | 2 -- lib/rbs/environment_loader.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/rbs/cli.rb b/lib/rbs/cli.rb index 96fecb17b..6d13cc560 100644 --- a/lib/rbs/cli.rb +++ b/lib/rbs/cli.rb @@ -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 diff --git a/lib/rbs/environment_loader.rb b/lib/rbs/environment_loader.rb index 076aa9a22..5614eb9ae 100644 --- a/lib/rbs/environment_loader.rb +++ b/lib/rbs/environment_loader.rb @@ -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)