rename 'hashmap_helper'

This commit is contained in:
Simon Gardling 2022-04-01 11:37:14 -04:00
parent 0130f14562
commit 91221d2f9b
3 changed files with 2 additions and 2 deletions

View File

@ -58,5 +58,5 @@ fn generate_hashmap() {
include!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/src/hashmap_helper.rs"
"/src/autocomplete_helper.rs"
));

View File

@ -4,9 +4,9 @@
#[macro_use]
extern crate static_assertions;
mod autocomplete_helper;
mod consts;
mod function;
mod hashmap_helper;
mod math_app;
mod misc;
mod parsing;