From aaf2bf4bfbf90bed0b6e9812f337f057d1d24f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 17 Sep 2024 02:13:34 +0100 Subject: chore: upgrade deno_core (#25674) No functional changes, just removes dead code. --- cli/factory.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/factory.rs') diff --git a/cli/factory.rs b/cli/factory.rs index fe6d5b92a..6d14475b2 100644 --- a/cli/factory.rs +++ b/cli/factory.rs @@ -726,7 +726,6 @@ impl CliFactory { let cli_options = self.cli_options()?; let mut checker = FeatureChecker::default(); checker.set_exit_cb(Box::new(crate::unstable_exit_cb)); - checker.set_warn_cb(Box::new(crate::unstable_warn_cb)); let unstable_features = cli_options.unstable_features(); for granular_flag in crate::UNSTABLE_GRANULAR_FLAGS { if unstable_features.contains(&granular_flag.name.to_string()) { -- cgit v1.2.3