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

@@ -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;