Make the comment order match variant declaration order.
This commit is contained in:
parent
80bf6883be
commit
409193654d
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue