Skip to content

Commit f55dafe

Browse files
committed
Remove dummy lang items
1 parent 0c3ac64 commit f55dafe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/middle/lang_items.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ language_item_table! {
321321

322322
StrEqFnLangItem, "str_eq", str_eq_fn;
323323

324-
CloneMethodLangItem, "clone_method", clone_method;
325-
CloneFromMethodLangItem, "clone_from_method", clone_from_method;
326-
327324
// A number of panic-related lang items. The `panic` item corresponds to
328325
// divide-by-zero and various panic cases with `match`. The
329326
// `panic_bounds_check` item is for indexing arrays.

0 commit comments

Comments
 (0)