Skip to content

Commit

Permalink
Mark CollectionsRtFunc as non_exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-koch committed Nov 27, 2024
1 parent 6680e53 commit 1f159f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-llvm/src/extension/collections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::{

/// Runtime functions that implement operations on lists.
#[derive(Clone, Copy, Debug, PartialEq, Hash)]
#[non_exhaustive]
pub enum CollectionsRtFunc {
New,
Push,
Expand Down

0 comments on commit 1f159f4

Please sign in to comment.