From fc17ddbcc43708b6265758bc3e034ab0b5fcb8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 14 Jan 2024 22:50:58 +0100 Subject: feat: Stabilize Deno.connect for 'unix' transport (#21937) --- ext/net/ops_unix.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/net/ops_unix.rs') diff --git a/ext/net/ops_unix.rs b/ext/net/ops_unix.rs index 5a9ad7be9..be3e9d153 100644 --- a/ext/net/ops_unix.rs +++ b/ext/net/ops_unix.rs @@ -114,7 +114,6 @@ where NP: NetPermissions + 'static, { let address_path = Path::new(&path); - super::check_unstable(&state.borrow(), "Deno.connect"); { let mut state_ = state.borrow_mut(); state_ -- cgit v1.2.3