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

Commit 69311ba

Browse files
authored
Merge pull request #605 from rust-lang-nursery/sfackler-patch-1
Fix build
2 parents 58cdb31 + e603959 commit 69311ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const COMPILER_TIMEOUT: u64 = 1500;
6868
#[cfg(test)]
6969
const COMPILER_TIMEOUT: u64 = 3_600_000;
7070

71-
const CRATE_BLACKLIST: [&'static str; 10] = [
71+
const CRATE_BLACKLIST: [&'static str; 12] = [
7272
"libc",
7373
"typenum",
7474
"alloc",

0 commit comments

Comments
 (0)