Few improvements

This commit is contained in:
Guillaume Gomez
2018-05-29 15:38:31 +02:00
parent ebee483e24
commit 904f4921f8
2 changed files with 4 additions and 5 deletions

View File

@@ -1557,7 +1557,7 @@ impl AllTypes {
typedefs: HashSet::with_capacity(100),
statics: HashSet::with_capacity(100),
constants: HashSet::with_capacity(100),
keywords: HashSet::with_capacity(10),
keywords: HashSet::with_capacity(100),
}
}