diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-14 22:50:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 21:50:58 +0000 |
commit | fc17ddbcc43708b6265758bc3e034ab0b5fcb8c3 (patch) | |
tree | ceced940a82061b7d4644d09e8242a3a3cdaea41 /ext/net/ops_unix.rs | |
parent | 658b5596577a9349e1c8e66885491c9c36a6bc73 (diff) |
feat: Stabilize Deno.connect for 'unix' transport (#21937)
Diffstat (limited to 'ext/net/ops_unix.rs')
-rw-r--r-- | ext/net/ops_unix.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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_ |