internal: consistent module naming

This commit is contained in:
Aleksey Kladov 2021-10-10 15:44:03 +03:00
parent 7548cb4273
commit 55d8be5a24
7 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@
//! and harder to understand.
mod mbe;
mod builtin;
mod builtin_fn_macro;
use std::{iter, ops::Range};