]> git.lizzy.rs Git - rust.git/commit
fixes to `Option::{zip,zip_with}`
authorWaffle <waffle.lapkin@gmail.com>
Wed, 18 Mar 2020 08:02:29 +0000 (11:02 +0300)
committerWaffle <waffle.lapkin@gmail.com>
Wed, 18 Mar 2020 08:26:04 +0000 (11:26 +0300)
commitd36d3fa5a6441f13c3888b6895cc7046740b1e3d
tree829518b6b0d91cdf1fc369af5bdfded5a3051b82
parenta5206f9749faf60f6b4163a526de9ad18241503e
fixes to `Option::{zip,zip_with}`

- remove `#[inline]` attributes (see https://github.com/rust-lang/rust/pull/69997#discussion_r393942617)
- fill tracking issue in `#[unstable]` attributes
- slightly improve the docs
src/libcore/option.rs