refactor: removed unused enum
This commit is contained in:
parent
0c75423ff0
commit
1f0e2724db
@ -31,13 +31,6 @@ impl OpType {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Bracket types, either OPEN or CLOSE.
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub enum BrType {
|
|
||||||
OPEN,
|
|
||||||
CLOSE,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// # Tokens
|
/// # Tokens
|
||||||
/// The tokens all contain [metadata](TokenMeta).
|
/// The tokens all contain [metadata](TokenMeta).
|
||||||
/// 1. `ID`: A number, parsed into 64 bit floating-point.
|
/// 1. `ID`: A number, parsed into 64 bit floating-point.
|
||||||
|
Loading…
Reference in New Issue
Block a user