s/build/load/g

This commit is contained in:
Richard Feldman 2019-11-27 21:15:54 -05:00
parent eeda789b87
commit c27e03e794
3 changed files with 6 additions and 7 deletions

View file

@ -8,12 +8,12 @@ pub mod region;
pub mod string;
pub mod build;
pub mod constrain;
pub mod ena;
pub mod fmt;
pub mod gen;
pub mod infer;
pub mod load;
pub mod module;
pub mod pretty_print_types;
pub mod solve;