mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
2f6cf36b32
Remove `FnBox` Remove `FnBox` since we now have `Box<dyn FnOnce>`. Closes https://github.com/rust-lang/rust/issues/28796. r? @cramertj