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>
|
||||
where T: Something
|
||||
+ Sync
|
||||
+ Send
|
||||
+ Display
|
||||
+ Debug
|
||||
+ Copy
|
||||
+ Hash
|
||||
+ Debug
|
||||
+ Display
|
||||
+ Write
|
||||
+ Read
|
||||
+ FromStr
|
||||
+ Sync
|
||||
+ Send
|
||||
+ Display
|
||||
+ Debug
|
||||
+ Copy
|
||||
+ Hash
|
||||
+ Debug
|
||||
+ Display
|
||||
+ Write
|
||||
+ Read
|
||||
+ FromStr
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user