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)