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

Commit 6dcaede

Browse files
committed
Add some more crates to the blacklist
1 parent ca4569c commit 6dcaede

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ mod test;
5454
// Timeout = 1.5s (totally arbitrary).
5555
const COMPILER_TIMEOUT: u64 = 1500;
5656

57-
const CRATE_BLACKLIST: [&'static str; 3] = ["libc", "typenum", "alloc"];
57+
const CRATE_BLACKLIST: [&'static str; 10] = [
58+
"libc", "typenum", "alloc", "idna", "openssl", "libunicode_normalization", "serde",
59+
"serde_json", "librustc_serialize", "libunicode_segmentation",
60+
];
5861

5962
type Span = span::Span<span::ZeroIndexed>;
6063

0 commit comments

Comments
 (0)