UPDATE: removes unused code
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct CellReference {
|
|||||||
pub row: i32,
|
pub row: i32,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Range {
|
pub struct Range {
|
||||||
pub left: CellReference,
|
pub left: CellReference,
|
||||||
pub right: CellReference,
|
pub right: CellReference,
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ pub enum CellState {
|
|||||||
Evaluating,
|
Evaluating,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Clone)]
|
||||||
pub enum ParsedDefinedName {
|
pub enum ParsedDefinedName {
|
||||||
CellReference(CellReference),
|
CellReference(CellReference),
|
||||||
RangeReference(Range),
|
RangeReference(Range),
|
||||||
|
|||||||
Reference in New Issue
Block a user