This commit is contained in:
Simon Gardling 2022-04-06 09:00:57 -04:00
parent 4e682de2df
commit 0f035ad22c

View File

@ -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,