File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -626,11 +626,6 @@ impl<T> Clone for Sender<T> {
626
626
}
627
627
}
628
628
629
- #[ stable( feature = "rust1" , since = "1.0.0" ) ]
630
- impl < T > Drop for Sender < T > {
631
- fn drop ( & mut self ) { }
632
- }
633
-
634
629
#[ stable( feature = "mpsc_debug" , since = "1.8.0" ) ]
635
630
impl < T > fmt:: Debug for Sender < T > {
636
631
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
@@ -755,11 +750,6 @@ impl<T> Clone for SyncSender<T> {
755
750
}
756
751
}
757
752
758
- #[ stable( feature = "rust1" , since = "1.0.0" ) ]
759
- impl < T > Drop for SyncSender < T > {
760
- fn drop ( & mut self ) { }
761
- }
762
-
763
753
#[ stable( feature = "mpsc_debug" , since = "1.8.0" ) ]
764
754
impl < T > fmt:: Debug for SyncSender < T > {
765
755
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
@@ -1096,11 +1086,6 @@ impl<T> IntoIterator for Receiver<T> {
1096
1086
}
1097
1087
}
1098
1088
1099
- #[ stable( feature = "rust1" , since = "1.0.0" ) ]
1100
- impl < T > Drop for Receiver < T > {
1101
- fn drop ( & mut self ) { }
1102
- }
1103
-
1104
1089
#[ stable( feature = "mpsc_debug" , since = "1.8.0" ) ]
1105
1090
impl < T > fmt:: Debug for Receiver < T > {
1106
1091
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
You can’t perform that action at this time.
0 commit comments