Skip to content

Commit

Permalink
Fix a rustdoc test
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jan 5, 2024
1 parent 91e1af3 commit 7a6c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc/synthetic_auto/no-redundancy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ where

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

0 comments on commit 7a6c740

Please sign in to comment.