format entities list with cargo fmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
pub static ENTITIES: &'static [(&'static str, char)] = &[
|
pub static ENTITIES: &'static [(&'static str, char)] = &[
|
||||||
("AElig", '\u{00C6}',),
|
("AElig", '\u{00C6}'),
|
||||||
("AMP", '\u{000026}'),
|
("AMP", '\u{000026}'),
|
||||||
("Aacute", '\u{0000C1}'),
|
("Aacute", '\u{0000C1}'),
|
||||||
("Abreve", '\u{000102}'),
|
("Abreve", '\u{000102}'),
|
||||||
|
|||||||
Reference in New Issue
Block a user