diff --git a/build.rs b/build.rs index c49e0be..58c245a 100644 --- a/build.rs +++ b/build.rs @@ -53,12 +53,7 @@ fn generate_hashmap() { .unwrap(); writeln!(&mut file, ";").unwrap(); - writeln!( - &mut file, - "const MAX_COMPLETION_LEN: usize = {};", - max_len - ) - .unwrap(); + writeln!(&mut file, "const MAX_COMPLETION_LEN: usize = {};", max_len).unwrap(); write!( &mut file,