Skip to content

Commit

Permalink
Fix Tidy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 authored and pietroalbini committed Jan 3, 2019
1 parent 34f2e57 commit 9d0deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/synthetic_auto/self-referential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 9d0deac

Please sign in to comment.