wip: add more atoms to completion list

This commit is contained in:
Euan Lacy
2022-05-11 21:37:03 +01:00
parent c2a87f898e
commit 27a15a2464
2 changed files with 12 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ pub fn index_static_strings(instruction_rs_path: &std::path::Path) -> TokenStrea
#((#static_strs) => { Atom { index: #indices_iter } };)*
}
static STATIC_ATOMS_MAP: phf::Map<&'static str, Atom> = phf::phf_map! {
pub static STATIC_ATOMS_MAP: phf::Map<&'static str, Atom> = phf::phf_map! {
#(#static_strs => { Atom { index: #indices } },)*
};
}