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

Commit 58cdb31

Browse files
committed
Some additions to the blacklist
And fixes what must be typos
1 parent 41bf9af commit 58cdb31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ const CRATE_BLACKLIST: [&'static str; 10] = [
7474
"alloc",
7575
"idna",
7676
"openssl",
77-
"libunicode_normalization",
77+
"unicode_normalization",
7878
"serde",
7979
"serde_json",
80-
"librustc_serialize",
81-
"libunicode_segmentation",
80+
"rustc_serialize",
81+
"unicode_segmentation",
82+
"cocoa",
83+
"gleam",
8284
];
8385

8486
const RUSTC_SHIM_ENV_VAR_NAME: &'static str = "RLS_RUSTC_SHIM";

0 commit comments

Comments
 (0)