Properly HTML escape docs for Type

This commit is contained in:
Steven Fackler
2016-02-21 13:45:31 -08:00
parent c185bcf43f
commit 49bbe0373d
6 changed files with 99 additions and 90 deletions

View File

@@ -74,6 +74,7 @@ fn make_header(file: &mut BufWriter<File>) {
write!(file,
"// Autogenerated file - DO NOT EDIT
use phf;
"
).unwrap();
}