make BinaryOperation repr(u8)
Some checks failed
Rust / build (pull_request) Failing after 1m2s

This commit is contained in:
Vinzenz Schroeter 2025-04-12 17:32:39 +02:00
parent 971bee5065
commit 531d4e6b4a

View file

@ -7,6 +7,7 @@ use crate::{
/// Binary operations for use with the [`BitVecCommand`] command.
#[derive(Clone, PartialEq, Eq, Debug, Default)]
#[repr(u8)]
pub enum BinaryOperation {
/// r := a
#[default]