File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1625,7 +1625,7 @@ impl<T: Send> error::Error for TrySendError<T> {
1625
1625
}
1626
1626
}
1627
1627
1628
- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1628
+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
1629
1629
impl < T > From < SendError < T > > for TrySendError < T > {
1630
1630
fn from ( err : SendError < T > ) -> TrySendError < T > {
1631
1631
match err {
@@ -1686,7 +1686,7 @@ impl error::Error for TryRecvError {
1686
1686
}
1687
1687
}
1688
1688
1689
- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1689
+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
1690
1690
impl From < RecvError > for TryRecvError {
1691
1691
fn from ( err : RecvError ) -> TryRecvError {
1692
1692
match err {
@@ -1727,7 +1727,7 @@ impl error::Error for RecvTimeoutError {
1727
1727
}
1728
1728
}
1729
1729
1730
- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1730
+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
1731
1731
impl From < RecvError > for RecvTimeoutError {
1732
1732
fn from ( err : RecvError ) -> RecvTimeoutError {
1733
1733
match err {
You can’t perform that action at this time.
0 commit comments