Move NumericLiteral to its own module.

This commit is contained in:
mlegner
2020-03-03 17:58:37 +01:00
parent 73deb723dd
commit d14fdc0203
7 changed files with 243 additions and 241 deletions

View File

@@ -12,6 +12,7 @@ pub mod higher;
mod hir_utils;
pub mod inspector;
pub mod internal_lints;
pub mod numeric_literal;
pub mod paths;
pub mod ptr;
pub mod sugg;