Files
rust/library
CDirkx 9486f72879 Stabilize some Option methods as const
Stabilize the following methods of `Option` as const:
 - `is_some`
 - `is_none`
 - `as_ref`

Possible because of stabilization of #49146 (Allow if and match in constants).
2020-09-20 22:42:14 +02:00
..
2020-07-27 19:51:13 -05:00
2020-09-15 17:26:20 +02:00
2020-07-27 19:51:13 -05:00
2020-08-23 10:02:42 +00:00
2020-09-17 07:10:10 -07:00