rust/library/core
Dylan MacKenzie fc2c1f8ddc Make Option::unwrap unstably const
`Result::unwrap` is not eligible becuase it formats the contents of the
`Err` variant. `unwrap_or`, `unwrap_or_else` and friends are not
eligible because they drop things or invoke closures.
2020-07-30 12:30:58 -07:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Make Option::unwrap unstably const 2020-07-30 12:30:58 -07:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00