fmt
This commit is contained in:
parent
4e682de2df
commit
0f035ad22c
7
build.rs
7
build.rs
@ -53,12 +53,7 @@ fn generate_hashmap() {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
writeln!(&mut file, ";").unwrap();
|
writeln!(&mut file, ";").unwrap();
|
||||||
|
|
||||||
writeln!(
|
writeln!(&mut file, "const MAX_COMPLETION_LEN: usize = {};", max_len).unwrap();
|
||||||
&mut file,
|
|
||||||
"const MAX_COMPLETION_LEN: usize = {};",
|
|
||||||
max_len
|
|
||||||
)
|
|
||||||
.unwrap();
|
|
||||||
|
|
||||||
write!(
|
write!(
|
||||||
&mut file,
|
&mut file,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user