Remove from_fn
lang item
It was probably a leftover from the old `?` desugaring but anyways, it's unused now except for clippy, which can just use a diagnostics item.
This commit is contained in:
parent
b869e84e58
commit
312020ef6a
6 changed files with 8 additions and 8 deletions
|
@ -740,6 +740,7 @@ symbols! {
|
|||
frem_fast,
|
||||
from,
|
||||
from_desugaring,
|
||||
from_fn,
|
||||
from_iter,
|
||||
from_method,
|
||||
from_output,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue