Use #[expect(lint)] over #[allow(lint)] where possible (#17822)
This commit is contained in:
@@ -14,7 +14,6 @@ pub(crate) fn read_from_stdin() -> Result<String> {
|
||||
Ok(buffer)
|
||||
}
|
||||
|
||||
#[allow(clippy::print_stdout)]
|
||||
fn main() -> Result<()> {
|
||||
let cli: Cli = Cli::parse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user