mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +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,3 +1,5 @@
|
|||
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
use std::fs;
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue