Add print_stdout and print_stderr to Clippy enforcement (#2542)

This commit is contained in:
Charlie Marsh 2023-02-03 11:13:44 -05:00 committed by GitHub
parent d05ea4dbac
commit 924e35b1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 145 additions and 74 deletions

View file

@ -1,4 +1,5 @@
//! Generate CLI help.
#![allow(clippy::print_stdout, clippy::print_stderr)]
use crate::utils::replace_readme_section;
use anyhow::Result;