We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5045e12 commit 9139374Copy full SHA for 9139374
src/test/rustdoc/synthetic_auto/self-referential.rs
@@ -35,6 +35,6 @@ impl<T> Pattern for Wrapper<T> {
35
// @has self_referential/struct.WriteAndThen.html
36
// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//*/code' "impl<P1> Send for \
37
// WriteAndThen<P1> where <P1 as Pattern>::Value: Send"
38
-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)
39
where P1: Pattern;
40
0 commit comments