mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
Update tests
This is an unintentional side effect of this PR. Nonetheless the diff looks harmless to me, and it is only relevant when `indent_style = Visual`. So I think this is ok.
This commit is contained in:
parent
b077297179
commit
7917d6f94a
@ -81,17 +81,17 @@ struct AlwaysOnNextLine<LongLongTypename, LongTypename, A, B, C, D, E, F>
|
|||||||
|
|
||||||
pub trait SomeTrait<T>
|
pub trait SomeTrait<T>
|
||||||
where T: Something
|
where T: Something
|
||||||
+ Sync
|
+ Sync
|
||||||
+ Send
|
+ Send
|
||||||
+ Display
|
+ Display
|
||||||
+ Debug
|
+ Debug
|
||||||
+ Copy
|
+ Copy
|
||||||
+ Hash
|
+ Hash
|
||||||
+ Debug
|
+ Debug
|
||||||
+ Display
|
+ Display
|
||||||
+ Write
|
+ Write
|
||||||
+ Read
|
+ Read
|
||||||
+ FromStr
|
+ FromStr
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user