Skip to content

Commit

Permalink
Merge pull request #76 from asynchronics/feature-simulation-halt
Browse files Browse the repository at this point in the history
Make ExecutionError non-exhaustive.
  • Loading branch information
jauhien authored Jan 15, 2025
2 parents a29c7f9 + be6f5b4 commit 5117cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexosim/src/simulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ pub struct DeadlockInfo {
}

/// An error returned upon simulation execution failure.
#[non_exhaustive]
#[derive(Debug)]
pub enum ExecutionError {
/// The simulation has been intentionally stopped.
Expand Down

0 comments on commit 5117cc7

Please sign in to comment.