Fix Tidy error
This commit is contained in:
parent
5045e12bd7
commit
9139374181
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue