Skip to content

Commit 6bb727e

Browse files
author
root
committed
Merge PR #11: Update for latest rustc By Zbigniew Siciarz
2 parents 22b3eaf + 870fafa commit 6bb727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/misc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! directly.
33
44
use std::ops::{
5-
FullRange,
5+
RangeFull,
66
Range,
77
RangeTo,
88
RangeFrom
@@ -99,7 +99,7 @@ pub trait GenericRange {
9999
}
100100

101101

102-
impl GenericRange for FullRange {}
102+
impl GenericRange for RangeFull {}
103103

104104
impl GenericRange for RangeFrom<usize> {
105105
fn start(&self) -> Option<usize> { Some(self.start) }

0 commit comments

Comments
 (0)