refactor: removed unused enum

This commit is contained in:
Yandrik 2021-11-30 18:07:14 +01:00
parent 0c75423ff0
commit 1f0e2724db
1 changed files with 0 additions and 7 deletions

View File

@ -31,13 +31,6 @@ impl OpType {
}
}
/// Bracket types, either OPEN or CLOSE.
#[derive(Debug)]
pub enum BrType {
OPEN,
CLOSE,
}
/// # Tokens
/// The tokens all contain [metadata](TokenMeta).
/// 1. `ID`: A number, parsed into 64 bit floating-point.