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!(
|
include!(concat!(
|
||||||
env!("CARGO_MANIFEST_DIR"),
|
env!("CARGO_MANIFEST_DIR"),
|
||||||
"/src/hashmap_helper.rs"
|
"/src/autocomplete_helper.rs"
|
||||||
));
|
));
|
||||||
|
|||||||
@ -4,9 +4,9 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate static_assertions;
|
extern crate static_assertions;
|
||||||
|
|
||||||
|
mod autocomplete_helper;
|
||||||
mod consts;
|
mod consts;
|
||||||
mod function;
|
mod function;
|
||||||
mod hashmap_helper;
|
|
||||||
mod math_app;
|
mod math_app;
|
||||||
mod misc;
|
mod misc;
|
||||||
mod parsing;
|
mod parsing;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user