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 @@ -1686,7 +1686,7 @@ impl<T: Send> error::Error for TrySendError<T> {
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 < T > From < SendError < T > > for TrySendError < T > {
1691
1691
fn from ( err : SendError < T > ) -> TrySendError < T > {
1692
1692
match err {
@@ -1747,7 +1747,7 @@ impl error::Error for TryRecvError {
1747
1747
}
1748
1748
}
1749
1749
1750
- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1750
+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
1751
1751
impl From < RecvError > for TryRecvError {
1752
1752
fn from ( err : RecvError ) -> TryRecvError {
1753
1753
match err {
@@ -1788,7 +1788,7 @@ impl error::Error for RecvTimeoutError {
1788
1788
}
1789
1789
}
1790
1790
1791
- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1791
+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
1792
1792
impl From < RecvError > for RecvTimeoutError {
1793
1793
fn from ( err : RecvError ) -> RecvTimeoutError {
1794
1794
match err {
You can’t perform that action at this time.
0 commit comments