Re-implement tidy as an xtask action

This commit is contained in:
Lukas Wirth 2024-07-07 09:11:46 +02:00
parent e752517814
commit 866102cdaf
12 changed files with 69 additions and 60 deletions

View file

@ -9,8 +9,9 @@ use std::{
};
use crate::{
codegen::{ensure_file_contents, list_rust_files, CommentBlock},
codegen::{ensure_file_contents, CommentBlock},
project_root,
util::list_rust_files,
};
pub(crate) fn generate(check: bool) {