rust/library/core
Jacob Pratt 79c2b75e88
Make some Option, Result methods unstably const
The following functions are now unstably const:

- Option::transpose
- Option::flatten
- Result::transpose
2021-03-06 14:17:49 -05:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Make some Option, Result methods unstably const 2021-03-06 14:17:49 -05:00
tests Expand the docs for ops::ControlFlow a bit 2021-02-06 22:36:05 -08:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00