diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-15 17:19:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 17:19:26 +0200 |
commit | 45ee72741225728f8fa3940fe4685f7d795ecca7 (patch) | |
tree | da72fcddf44da4c10c0f20c8493dc5d76319c644 | |
parent | 05f6e773fa61edd06d88cdea3bf75df38570b156 (diff) |
chore: remove some unstable props (#14618)
-rw-r--r-- | cli/diagnostics.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 758cda01b..094fc7b56 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -27,12 +27,8 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "EmitResult", "HttpClient", "Location", - "MXRecord", "Metrics", "OpMetrics", - "RecordType", - "SOARecord", - "SRVRecord", "SetRawOptions", "SignalStream", "StartTlsOptions", |