parent
240308389c
commit
7b19b9e91b
2
build.rs
2
build.rs
@ -20,5 +20,5 @@ fn generate(src_path: &Path, dst_path: &Path) {
|
|||||||
for word in src.lines() {
|
for word in src.lines() {
|
||||||
write!(dst, "\"{}\",\n", &word.unwrap()).unwrap();
|
write!(dst, "\"{}\",\n", &word.unwrap()).unwrap();
|
||||||
}
|
}
|
||||||
write!(dst, "];\n").unwrap();
|
write!(dst, "]\n").unwrap();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user