Revert "Ignore buggy nonstandard_macro_braces clippy lint"

This reverts commit 4bbe3ece51.
This commit is contained in:
David Tolnay 2021-09-04 12:41:36 -07:00
parent b47c75d3f5
commit e96e0d57d7
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
8 changed files with 1 additions and 34 deletions

View file

@ -1,8 +1,4 @@
#![deny(clippy::all, clippy::pedantic)]
#![allow(
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
clippy::nonstandard_macro_braces,
)]
use std::error::Error as StdError;
use std::io;