Make the comment order match variant declaration order.

This commit is contained in:
Nicholas Nethercote 2023-10-06 10:17:29 +11:00
parent 80bf6883be
commit 409193654d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pub struct Assume {
pub validity: bool,
}
/// Either we have an error, transmutation is allowed, or we have an optional
/// Either transmutation is allowed, we have an error, or we have an optional
/// Condition that must hold.
#[derive(Debug, Hash, Eq, PartialEq, Clone)]
pub enum Answer<R> {