mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Re-implement tidy as an xtask action
This commit is contained in:
parent
e752517814
commit
866102cdaf
12 changed files with 69 additions and 60 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue