aboutsummaryrefslogtreecommitdiff
path: root/tests/test_source.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-10-12 15:03:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-10-12 15:03:25 +0000
commitb48cebb01a46ce58d831998a638d21f9f05bb4e7 (patch)
treef25b373e9bbc8db561e78b852158174cab38b01d /tests/test_source.rs
parent06a73ab94b452367d8a34ffb5b8fbfaf5109006f (diff)
parentd1617d538f0b3f4b926f4de85ad0cade430b0dd9 (diff)
downloadthiserror-b48cebb01a46ce58d831998a638d21f9f05bb4e7.tar.gz
Merge "Upgrade rust/crates/thiserror to 1.0.29" am: d1617d538f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror/+/1833621 Change-Id: I4c500b7904eca7a73672e0dcf9206185a0ef7290
Diffstat (limited to 'tests/test_source.rs')
-rw-r--r--tests/test_source.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_source.rs b/tests/test_source.rs
index c7ddda8..ab16097 100644
--- a/tests/test_source.rs
+++ b/tests/test_source.rs
@@ -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;