Skip to content

Commit

Permalink
add impl TryFromData for bool
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Aug 5, 2024
1 parent 83ab1a9 commit a773de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpreter/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ macro_rules! generate_impls {
generate_impls! {
Float(f64),
Int(i64),
Bool(bool),
String(Arc<str>),
}

Expand Down

0 comments on commit a773de0

Please sign in to comment.