Remove send lang item.
It's completely unused.
This commit is contained in:
parent
f46f388cb2
commit
7995f879d0
2 changed files with 1 additions and 2 deletions
|
|
@ -228,7 +228,6 @@ language_item_table! {
|
|||
F32ImplItem, "f32", f32_impl;
|
||||
F64ImplItem, "f64", f64_impl;
|
||||
|
||||
SendTraitLangItem, "send", send_trait;
|
||||
SizedTraitLangItem, "sized", sized_trait;
|
||||
UnsizeTraitLangItem, "unsize", unsize_trait;
|
||||
CopyTraitLangItem, "copy", copy_trait;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue