From dfdde3a35490076be91fc98919ec4173d700d904 Mon Sep 17 00:00:00 2001 From: kawadumax Date: Wed, 11 Sep 2019 19:49:15 +0900 Subject: [PATCH] remove "null" from type config of crate_blacklist --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index b36c363b..72941a89 100644 --- a/package.json +++ b/package.json @@ -302,10 +302,7 @@ "deprecationMessage": "Use `rust.crate_blacklist` instead" }, "rust.crate_blacklist": { - "type": [ - "array", - "null" - ], + "type": "array", "default": [ "cocoa", "gleam",