rust/library/core
CDirkx 518f1ccb72 Stabilize some Result methods as const
Stabilize the following methods of `Result` as const:
 - `is_ok`
 - `is_err`
 - `as_ref`

Possible because of stabilization of #49146 (Allow if and match in constants).
2020-08-31 02:43:17 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Stabilize some Result methods as const 2020-08-31 02:43:17 +02:00
tests Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00