Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4984
/
should_not_change.rs
blob: e46ee511084fe9286191db52b46d32ce0addbeea [
file
]
#[
derive
(
Clone
,
Debug
,
Eq
,
PartialEq
)]
struct
Foo
;
#[
derive
(
Clone
)]
struct
Bar
;