Squashed warning
This commit is contained in:
@@ -11,7 +11,7 @@ pub struct Line {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
enum LoopType {
|
pub enum LoopType {
|
||||||
While,
|
While,
|
||||||
Until,
|
Until,
|
||||||
}
|
}
|
||||||
@@ -27,7 +27,7 @@ impl From<Macro> for LoopType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
enum ControlStructure {
|
pub enum ControlStructure {
|
||||||
Target(String),
|
Target(String),
|
||||||
Loop(String, LoopType),
|
Loop(String, LoopType),
|
||||||
LoopDo(String, String),
|
LoopDo(String, String),
|
||||||
|
|||||||
Reference in New Issue
Block a user