Skip to content

Commit 548b1fd

Browse files
committed
review updates
1 parent c19c146 commit 548b1fd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

compiler/rustc_middle/src/mir/syntax.rs

+2-12
Original file line numberDiff line numberDiff line change
@@ -410,18 +410,8 @@ impl StatementKind<'_> {
410410
}
411411
}
412412

413-
#[derive(
414-
Clone,
415-
Copy,
416-
TyEncodable,
417-
TyDecodable,
418-
Debug,
419-
PartialEq,
420-
Hash,
421-
HashStable,
422-
TypeFoldable,
423-
TypeVisitable
424-
)]
413+
#[derive(Clone, Copy, TyEncodable, TyDecodable, Debug, PartialEq)]
414+
#[derive(Hash, HashStable, TypeFoldable, TypeVisitable)]
425415
pub enum ExpectKind {
426416
/// condition is probably true
427417
True,

0 commit comments

Comments
 (0)