diff --git a/.ignore b/.ignore new file mode 100644 index 00000000..73d93c97 --- /dev/null +++ b/.ignore @@ -0,0 +1,2 @@ +# Prevent ripgrep (rg) and other searchers from searching target/. +target/ diff --git a/build.rs b/build.rs index 12adc5ec..bab7fc44 100644 --- a/build.rs +++ b/build.rs @@ -81,7 +81,7 @@ fn generate_entities_rs(entities: &[(String, String)]) { v => v, }; - writeln!(out, "/// {name:30} | {codepoints:18} | {glyph}",).unwrap(); + writeln!(out, "/// {name:30} | {codepoints:18} | {glyph}").unwrap(); } let map = map_builder.build();