Commit 8dc5675b authored by Igor Matuszewski's avatar Igor Matuszewski Committed by Bastian Köcher
Browse files

Remove now unused `lang_items` feature in IO primitives (#4596)

We don't use any explicit `#[lang = ...]` items anymore (`panic_fmt`
is replaced with now-stable `#[panic_implementation]`, OOM is handled
via `alloc_error_handler` directly etc.), so I thought it'd be good to
remove it for clarity to limit used nightly features.
parent fd01451d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment