mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Manual fixups so that the rustfmt output won't trigger tidy.
This commit is contained in:
parent
b292f78363
commit
f7ae1a37e3
40 changed files with 443 additions and 416 deletions
|
@ -14,8 +14,7 @@ fn main() {
|
|||
.join("ascii_case_insensitive_html_attributes.rs");
|
||||
let mut file = BufWriter::new(File::create(&path).unwrap());
|
||||
|
||||
write!(&mut file, "{{ static SET: ::phf::Set<&'static str> = ",
|
||||
).unwrap();
|
||||
write!(&mut file, "{{ static SET: ::phf::Set<&'static str> = ").unwrap();
|
||||
let mut set = phf_codegen::Set::new();
|
||||
for name in ASCII_CASE_INSENSITIVE_HTML_ATTRIBUTES.split_whitespace() {
|
||||
set.entry(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue