File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,6 @@ unsafe impl<T: ?Sized> DerefPure for &mut T {}
365
365
/// }
366
366
/// ```
367
367
#[ lang = "receiver" ]
368
- #[ cfg( not( bootstrap) ) ]
369
368
#[ stable( feature = "arbitrary_self_types" , since = "CURRENT_RUSTC_VERSION" ) ]
370
369
pub trait Receiver {
371
370
/// The target type on which the method may be called.
@@ -375,7 +374,6 @@ pub trait Receiver {
375
374
type Target : ?Sized ;
376
375
}
377
376
378
- #[ cfg( not( bootstrap) ) ]
379
377
#[ stable( feature = "arbitrary_self_types" , since = "CURRENT_RUSTC_VERSION" ) ]
380
378
impl < P : ?Sized , T : ?Sized > Receiver for P
381
379
where
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ pub use self::deref::DerefPure;
171
171
#[ cfg( bootstrap) ]
172
172
#[ unstable( feature = "legacy_receiver_trait" , issue = "none" ) ]
173
173
pub use self :: deref:: LegacyReceiver ;
174
- #[ cfg( not( bootstrap) ) ]
175
174
#[ stable( feature = "arbitrary_self_types" , since = "CURRENT_RUSTC_VERSION" ) ]
176
175
pub use self :: deref:: Receiver ;
177
176
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments