mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 13:57:38 +03:00
Revert "Ignore buggy nonstandard_macro_braces clippy lint"
This reverts commit 4bbe3ece51
.
This commit is contained in:
parent
b47c75d3f5
commit
e96e0d57d7
8 changed files with 1 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue