Rename module

This commit is contained in:
Yuki OKUSHI 2019-04-18 06:27:30 +09:00
parent 3ec0219432
commit a1d2f7222c

View file

@ -114,7 +114,7 @@ pub mod diagnostics {
// N.B., this module needs to be declared first so diagnostics are
// registered before they are used.
pub mod diagnostic_list;
pub mod error_codes;
pub mod util {
pub mod lev_distance;