Rename utils to util

This commit is contained in:
Zhang Junyang
2024-02-27 09:53:39 +08:00
committed by Tate, Hongliang Tian
parent d98ed8cec1
commit 674c35079c
13 changed files with 17 additions and 17 deletions

View File

@ -8,7 +8,7 @@ mod clippy;
mod new;
mod run;
mod test;
mod utils;
mod util;
pub use self::{
build::execute_build_command, check::execute_check_command, clippy::execute_clippy_command,