mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
Add cargo +nightly dev generate-all (#1404)
This commit is contained in:
parent
9106d5338b
commit
b4dbe62da0
11 changed files with 60 additions and 24 deletions
|
@ -19,7 +19,7 @@ pub struct Cli {
|
|||
/// Write the generated source code to stdout (rather than to
|
||||
/// `src/checks_gen.rs`).
|
||||
#[arg(long)]
|
||||
dry_run: bool,
|
||||
pub(crate) dry_run: bool,
|
||||
}
|
||||
|
||||
pub fn main(cli: &Cli) -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue