Skip to content

Commit e1c6046

Browse files
committed
chore: re-export PageType
Signed-off-by: Matias Fontanini <[email protected]>
1 parent 7657a08 commit e1c6046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/launch/snp.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! This ensures (at compile time) that the right steps are called in the
55
//! right order.
66
7-
use crate::launch::PageType;
87
#[cfg(target_os = "linux")]
98
use crate::{
109
error::FirmwareError,
@@ -19,6 +18,8 @@ use bitflags::bitflags;
1918
#[cfg(feature = "serde")]
2019
use serde::{Deserialize, Serialize};
2120

21+
pub use crate::launch::PageType;
22+
2223
/// Launcher type-state that indicates a brand new launch.
2324
pub struct New;
2425

0 commit comments

Comments
 (0)