Disable ui test on miri

This commit is contained in:
David Tolnay 2022-04-24 15:20:06 -07:00
parent 21c26903e2
commit 625d349ffb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#![deny(clippy::all, clippy::pedantic)]
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();