mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
e5d095d67e
Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming).