diff --git a/build.rs b/build.rs index 60789c3..7eb0bc0 100644 --- a/build.rs +++ b/build.rs @@ -20,5 +20,5 @@ fn generate(src_path: &Path, dst_path: &Path) { for word in src.lines() { write!(dst, "\"{}\",\n", &word.unwrap()).unwrap(); } - write!(dst, "];\n").unwrap(); + write!(dst, "]\n").unwrap(); }