rename 'hashmap_helper'
This commit is contained in:
parent
0130f14562
commit
91221d2f9b
2
build.rs
2
build.rs
@ -58,5 +58,5 @@ fn generate_hashmap() {
|
||||
|
||||
include!(concat!(
|
||||
env!("CARGO_MANIFEST_DIR"),
|
||||
"/src/hashmap_helper.rs"
|
||||
"/src/autocomplete_helper.rs"
|
||||
));
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user