Skip to content

Commit 4091936

Browse files
committed
Make the comment order match variant declaration order.
1 parent 80bf688 commit 4091936

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_transmute/src

1 file changed

+1
-1
lines changed

compiler/rustc_transmute/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub struct Assume {
1919
pub validity: bool,
2020
}
2121

22-
/// Either we have an error, transmutation is allowed, or we have an optional
22+
/// Either transmutation is allowed, we have an error, or we have an optional
2323
/// Condition that must hold.
2424
#[derive(Debug, Hash, Eq, PartialEq, Clone)]
2525
pub enum Answer<R> {

0 commit comments

Comments
 (0)