mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-13 05:47:06 +00:00
Add print_stdout
and print_stderr
to Clippy enforcement (#2542)
This commit is contained in:
parent
d05ea4dbac
commit
924e35b1c3
18 changed files with 145 additions and 74 deletions
|
@ -1,4 +1,5 @@
|
|||
//! Generate CLI help.
|
||||
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
use crate::utils::replace_readme_section;
|
||||
use anyhow::Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue