summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/compiletest.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/compiletest.rs')
-rw-r--r--vendor/thiserror/tests/compiletest.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/thiserror/tests/compiletest.rs b/vendor/thiserror/tests/compiletest.rs
index 641d03cbf..7974a6249 100644
--- a/vendor/thiserror/tests/compiletest.rs
+++ b/vendor/thiserror/tests/compiletest.rs
@@ -1,6 +1,5 @@
-#![deny(clippy::all, clippy::pedantic)]
-
#[rustversion::attr(not(nightly), ignore)]
+#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();