Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 9ea3658

Browse files
committed
Use predefined crate blacklist
This prevents potential crash (already addressed by rust-lang/rls#1540)
1 parent 82da763 commit 9ea3658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"array",
307307
"null"
308308
],
309-
"default": null,
309+
"default": ["cocoa", "gleam", "glium", "idna", "libc", "openssl", "rustc_serialize", "serde", "serde_json", "typenum", "unicode_normalization", "unicode_segmentation", "winapi"],
310310
"description": "Overrides the default list of packages for which analysis is skipped.\nAvailable since RLS 1.38",
311311
"scope": "resource"
312312
},

0 commit comments

Comments
 (0)