Remove dummy lang items
This commit is contained in:
parent
0c3ac648f8
commit
f55dafee7e
1 changed files with 0 additions and 3 deletions
|
|
@ -321,9 +321,6 @@ language_item_table! {
|
|||
|
||||
StrEqFnLangItem, "str_eq", str_eq_fn;
|
||||
|
||||
CloneMethodLangItem, "clone_method", clone_method;
|
||||
CloneFromMethodLangItem, "clone_from_method", clone_from_method;
|
||||
|
||||
// A number of panic-related lang items. The `panic` item corresponds to
|
||||
// divide-by-zero and various panic cases with `match`. The
|
||||
// `panic_bounds_check` item is for indexing arrays.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue