Skip to content

Commit 7a6c740

Browse files
committed
Fix a rustdoc test
1 parent 91e1af3 commit 7a6c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc/synthetic_auto/no-redundancy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ where
1010

1111
// @has no_redundancy/struct.Outer.html
1212
// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//h3[@class="code-header"]' \
13-
// "impl<T> Send for Outer<T>where T: Send + Copy"
13+
// "impl<T> Send for Outer<T>where T: Copy + Send"
1414
pub struct Outer<T> {
1515
inner_field: Inner<T>,
1616
}

0 commit comments

Comments
 (0)