Skip to content

Commit

Permalink
Update core/src/state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Aharon <[email protected]>
  • Loading branch information
simonsso and liamaharon authored Nov 3, 2023
1 parent 92d1ad2 commit 6215f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@ pub enum State {

/// Options for [`to_ext`]
///
/// Check if runtime is compiled with try-runtime option or not
/// Whether to check that the runtime was compiled with try-runtime feature
#[derive(PartialEq, PartialOrd)]
pub enum TryRuntimeFeatureCheck {
/// Check the runtime was compiled with try-runtime feature
Check,
/// Don't check if the runtime was compiled with try-runtime feature
Skip,
}
/// Options for [`to_ext`]
Expand Down

0 comments on commit 6215f24

Please sign in to comment.