aboutsummaryrefslogtreecommitdiff
path: root/src/grid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/grid.rs')
-rw-r--r--src/grid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grid.rs b/src/grid.rs
index cdb93c96..f630045a 100644
--- a/src/grid.rs
+++ b/src/grid.rs
@@ -30,7 +30,7 @@ use index::{self, Point, Line, Column, IndexRange, RangeInclusive};
/// Convert a type to a linear index range.
pub trait ToRange {
- fn to_range(&self, columns: index::Column) -> RangeInclusive<index::Linear>;
+ fn to_range(&self) -> RangeInclusive<index::Linear>;
}
/// Bidirection iterator