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

Commit c2646d1

Browse files
committed
Format default crate_blacklist option in package.json
1 parent 9ea3658 commit c2646d1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,21 @@
306306
"array",
307307
"null"
308308
],
309-
"default": ["cocoa", "gleam", "glium", "idna", "libc", "openssl", "rustc_serialize", "serde", "serde_json", "typenum", "unicode_normalization", "unicode_segmentation", "winapi"],
309+
"default": [
310+
"cocoa",
311+
"gleam",
312+
"glium",
313+
"idna",
314+
"libc",
315+
"openssl",
316+
"rustc_serialize",
317+
"serde",
318+
"serde_json",
319+
"typenum",
320+
"unicode_normalization",
321+
"unicode_segmentation",
322+
"winapi"
323+
],
310324
"description": "Overrides the default list of packages for which analysis is skipped.\nAvailable since RLS 1.38",
311325
"scope": "resource"
312326
},

0 commit comments

Comments
 (0)