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