We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e1af3 commit 7a6c740Copy full SHA for 7a6c740
tests/rustdoc/synthetic_auto/no-redundancy.rs
@@ -10,7 +10,7 @@ where
10
11
// @has no_redundancy/struct.Outer.html
12
// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//h3[@class="code-header"]' \
13
-// "impl<T> Send for Outer<T>where T: Send + Copy"
+// "impl<T> Send for Outer<T>where T: Copy + Send"
14
pub struct Outer<T> {
15
inner_field: Inner<T>,
16
}
0 commit comments