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

Commit e603959

Browse files
authored
Fix build
1 parent 58cdb31 commit e603959

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)