Skip to content

Commit

Permalink
feat: remove non_exhaustive from Instr enum (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Sep 25, 2024
1 parent 705c608 commit 3c1a2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ pub(crate) enum BlockKind {
/// ```
#[walrus_instr]
#[derive(Clone, Debug)]
#[non_exhaustive]
pub enum Instr {
/// `block ... end`
#[walrus(skip_builder)]
Expand Down

0 comments on commit 3c1a2ef

Please sign in to comment.