diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2018-11-28 21:39:20 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2018-11-28 21:39:20 -0500 |
| commit | 913937418150f79d80c78f1c69846903f7aaeaeb (patch) | |
| tree | 690ec3c995d891561965ed2eb572fe16d45b9f00 /src/test/rustdoc | |
| parent | 5045e12bd7001956b14a6dfd642637a471e4b378 (diff) | |
| download | rust-913937418150f79d80c78f1c69846903f7aaeaeb.tar.gz rust-913937418150f79d80c78f1c69846903f7aaeaeb.zip | |
Fix Tidy error
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/synthetic_auto/self-referential.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<T> Pattern for Wrapper<T> { // @has self_referential/struct.WriteAndThen.html // @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//*/code' "impl<P1> Send for \ // WriteAndThen<P1> where <P1 as Pattern>::Value: Send" -pub struct WriteAndThen<P1>(pub P1::Value, pub <Constrain<P1, Wrapper<P1::Value>> as Pattern>::Value) +pub struct WriteAndThen<P1>(pub P1::Value,pub <Constrain<P1, Wrapper<P1::Value>> as Pattern>::Value) where P1: Pattern; |
