UPDATE: removes unused code

This commit is contained in:
Nicolás Hatcher
2024-02-13 18:58:04 +01:00
parent d58d3b2275
commit ef8b1053dc
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ pub enum CellState {
Evaluating,
}
#[derive(Debug, Clone)]
#[derive(Clone)]
pub enum ParsedDefinedName {
CellReference(CellReference),
RangeReference(Range),