Skip to content

Commit 3f81861

Browse files
committed
Rename variable
1 parent 1ca2fca commit 3f81861

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/marker.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ use crate::hash::Hasher;
3131
/// [ub]: ../../reference/behavior-considered-undefined.html
3232
#[stable(feature = "rust1", since = "1.0.0")]
3333
#[cfg_attr(not(test), rustc_diagnostic_item = "send_trait")]
34-
<<<<<<< HEAD
35-
#[lang = "send"]
36-
=======
37-
>>>>>>> Remove lang items Send, UnwindSafe and RefUnwindSafe
3834
#[rustc_on_unimplemented(
3935
message = "`{Self}` cannot be sent between threads safely",
4036
label = "`{Self}` cannot be sent between threads safely"

0 commit comments

Comments
 (0)