1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 03:42:26 +01:00

Fixes mut issue

This commit is contained in:
ms2300
2018-08-27 13:43:22 -06:00
committed by David Peter
parent f3dde0185d
commit 5444b0dfed
4 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
use errors::*;
#[derive(Clone)]
pub struct LineRange {
pub lower: usize,
pub upper: usize,