From 913937418150f79d80c78f1c69846903f7aaeaeb Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Wed, 28 Nov 2018 21:39:20 -0500 Subject: [PATCH] Fix Tidy error --- src/test/rustdoc/synthetic_auto/self-referential.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rustdoc/synthetic_auto/self-referential.rs b/src/test/rustdoc/synthetic_auto/self-referential.rs index 077786b280f..516a3c9a516 100644 --- a/src/test/rustdoc/synthetic_auto/self-referential.rs +++ b/src/test/rustdoc/synthetic_auto/self-referential.rs @@ -35,6 +35,6 @@ impl Pattern for Wrapper { // @has self_referential/struct.WriteAndThen.html // @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//*/code' "impl Send for \ // WriteAndThen where ::Value: Send" -pub struct WriteAndThen(pub P1::Value, pub > as Pattern>::Value) +pub struct WriteAndThen(pub P1::Value,pub > as Pattern>::Value) where P1: Pattern; -- 2.44.0