Skip to content

Commit

Permalink
Make Not transparent
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Polyakov <[email protected]>
  • Loading branch information
Arjentix authored and appetrosyan committed Sep 21, 2022
1 parent d4c5a89 commit a9d558f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_model/src/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ gen_expr_and_impls! {
Ord,
)]
#[display(fmt = "!{}", "self.expression.parenthesise(Operation::Not)")]
#[serde(transparent)]
pub Not(bool) -> bool
}

Expand Down

0 comments on commit a9d558f

Please sign in to comment.