We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f2e57 commit 9d0deacCopy full SHA for 9d0deac
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